|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objenesis.ObjenesisBase
org.objenesis.ObjenesisStd
public class ObjenesisStd
Objenesis implementation using the StdInstantiatorStrategy
.
Field Summary |
---|
Fields inherited from class org.objenesis.ObjenesisBase |
---|
cache, strategy |
Constructor Summary | |
---|---|
ObjenesisStd()
Default constructor using the StdInstantiatorStrategy |
|
ObjenesisStd(boolean useCache)
Instance using the StdInstantiatorStrategy with or without
caching ObjectInstantiator s |
Method Summary |
---|
Methods inherited from class org.objenesis.ObjenesisBase |
---|
getInstantiatorOf, newInstance, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ObjenesisStd()
StdInstantiatorStrategy
public ObjenesisStd(boolean useCache)
StdInstantiatorStrategy
with or without
caching ObjectInstantiator
s
useCache
- If ObjectInstantiator
s should be cached
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |