| Package | Description |
|---|---|
| org.objenesis | |
| org.objenesis.tck |
| Modifier and Type | Class and Description |
|---|---|
class |
ObjenesisBase
Base class to extend if you want to have a class providing your own default strategy.
|
class |
ObjenesisSerializer
Objenesis implementation using the
SerializingInstantiatorStrategy. |
class |
ObjenesisStd
Objenesis implementation using the
StdInstantiatorStrategy. |
| Modifier and Type | Field and Description |
|---|---|
private static Objenesis |
ObjenesisHelper.OBJENESIS_SERIALIZER |
private static Objenesis |
ObjenesisHelper.OBJENESIS_STD |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Objenesis> |
TCK.objenesisInstances |
| Modifier and Type | Method and Description |
|---|---|
void |
TCK.registerObjenesisInstance(Objenesis objenesis,
java.lang.String description)
Register an Objenesis instance to use when attempting to instantiate a class.
|
static boolean |
Main.runParentConstructorTest(Objenesis objenesis)
A special test making sure the first none serializable class no-args constructor is called
|
static void |
Main.runSerializerTest(Objenesis objenesis,
Reporter reporter)
Run the serializing suite on the provided Objenesis instance
|
static void |
Main.runStandardTest(Objenesis objenesis,
Reporter reporter)
Run the standard suite on the provided Objenesis instance
|
static void |
Main.runTest(Objenesis objenesis,
Reporter reporter,
java.lang.String description,
java.lang.String candidates)
Run a suite of tests (candidates) on the Objenesis instance, sending the results to the
reporter
|
private void |
TCK.runTest(Reporter reporter,
java.lang.Class<?> candidate,
Objenesis objenesis) |