|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InstantiatorStrategy | |
|---|---|
| org.objenesis | |
| org.objenesis.strategy | |
| Uses of InstantiatorStrategy in org.objenesis |
|---|
| Fields in org.objenesis declared as InstantiatorStrategy | |
|---|---|
protected InstantiatorStrategy |
ObjenesisBase.strategy
Strategy used by this Objenesi implementation to create classes |
| Constructors in org.objenesis with parameters of type InstantiatorStrategy | |
|---|---|
ObjenesisBase(InstantiatorStrategy strategy)
Constructor allowing to pick a strategy and using cache |
|
ObjenesisBase(InstantiatorStrategy strategy,
boolean useCache)
Flexible constructor allowing to pick the strategy and if caching should be used |
|
| Uses of InstantiatorStrategy in org.objenesis.strategy |
|---|
| Classes in org.objenesis.strategy that implement InstantiatorStrategy | |
|---|---|
class |
BaseInstantiatorStrategy
Base InstantiatorStrategy class basically containing helpful constant to sort out JVMs. |
class |
SerializingInstantiatorStrategy
Guess the best serializing instantiator for a given class. |
class |
StdInstantiatorStrategy
Guess the best instantiator for a given class. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||