- SerializationInstantiatorHelper - Class in org.objenesis.instantiator
-
Helper for common serialization-compatible instantiation functions
- SerializationInstantiatorHelper() - Constructor for class org.objenesis.instantiator.SerializationInstantiatorHelper
-
- SerializingInstantiatorStrategy - Class in org.objenesis.strategy
-
Guess the best serializing instantiator for a given class.
- SerializingInstantiatorStrategy() - Constructor for class org.objenesis.strategy.SerializingInstantiatorStrategy
-
- StdInstantiatorStrategy - Class in org.objenesis.strategy
-
Guess the best instantiator for a given class.
- StdInstantiatorStrategy() - Constructor for class org.objenesis.strategy.StdInstantiatorStrategy
-
- strategy - Variable in class org.objenesis.ObjenesisBase
-
Strategy used by this Objenesi implementation to create classes
- SUN - Static variable in class org.objenesis.strategy.BaseInstantiatorStrategy
-
JVM_NAME prefix for Sun Java HotSpot
- Sun13Instantiator - Class in org.objenesis.instantiator.sun
-
Instantiates a class by making a call to internal Sun private methods.
- Sun13Instantiator(Class) - Constructor for class org.objenesis.instantiator.sun.Sun13Instantiator
-
- Sun13InstantiatorBase - Class in org.objenesis.instantiator.sun
-
Base class for Sun 1.3 based instantiators.
- Sun13InstantiatorBase(Class) - Constructor for class org.objenesis.instantiator.sun.Sun13InstantiatorBase
-
- Sun13SerializationInstantiator - Class in org.objenesis.instantiator.sun
-
Instantiates a class by making a call to internal Sun private methods.
- Sun13SerializationInstantiator(Class) - Constructor for class org.objenesis.instantiator.sun.Sun13SerializationInstantiator
-
- SunReflectionFactoryInstantiator - Class in org.objenesis.instantiator.sun
-
Instantiates an object, WITHOUT calling it's constructor, using internal
sun.reflect.ReflectionFactory - a class only available on JDK's that use Sun's 1.4 (or later)
Java implementation.
- SunReflectionFactoryInstantiator(Class) - Constructor for class org.objenesis.instantiator.sun.SunReflectionFactoryInstantiator
-
- SunReflectionFactorySerializationInstantiator - Class in org.objenesis.instantiator.sun
-
Instantiates an object using internal sun.reflect.ReflectionFactory - a class only available on
JDK's that use Sun's 1.4 (or later) Java implementation.
- SunReflectionFactorySerializationInstantiator(Class) - Constructor for class org.objenesis.instantiator.sun.SunReflectionFactorySerializationInstantiator
-