|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SerializationMode | |
|---|---|
| com.thoughtworks.proxy.toys.pool | A toy to create object pools based on proxies. |
| Uses of SerializationMode in com.thoughtworks.proxy.toys.pool |
|---|
| Methods in com.thoughtworks.proxy.toys.pool that return SerializationMode | |
|---|---|
static SerializationMode |
SerializationMode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SerializationMode[] |
SerializationMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.thoughtworks.proxy.toys.pool with parameters of type SerializationMode | |
|---|---|
Pool.PoolBuild<T> |
Pool.PoolModeOrBuild.mode(SerializationMode serializationMode)
Specify the serializationMode STANDARD: the standard mode, i.e. |
| Constructors in com.thoughtworks.proxy.toys.pool with parameters of type SerializationMode | |
|---|---|
Pool(Class<T> type,
Resetter<? super T> resetter,
ProxyFactory proxyFactory,
SerializationMode mode)
Construct a populated Pool with a specific proxy factory and a serialization mode. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||