| Package | Description |
|---|---|
| spin | |
| spin.proxy |
| Modifier and Type | Method and Description |
|---|---|
static ProxyFactory |
Spin.getDefaultProxyFactory()
Get the default proxy factory.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Spin.setDefaultProxyFactory(ProxyFactory factory)
Set the default factory of proxies.
|
| Constructor and Description |
|---|
Spin(Object object,
ProxyFactory proxyFactory,
Evaluator evaluator)
Create a Spin wrapper for the given object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CGLibProxyFactory
A factory of proxies utilizing CGLib.
|
class |
JDKProxyFactory
A factory of proxies utilizing JDK virtual proxies.
|
Copyright © 2016. All rights reserved.