See: Description
Interface | Description |
---|---|
Instantiator<T> |
Interface for creating instances of a given class.
|
Class | Description |
---|---|
ConstructorInstantiator<T> |
This class allows to create instances of a given class.
|
ConstructorInstantiatorWithArguments<T> |
This class allows to create instances of a given class.
|
FieldInstantiator<T> |
This class allows to create instances of a given class.
|
Instantiators |
Collection of utility methods for
Instantiator s. |
InstantiatorSignature |
Parse a given string signature and provide methods for creating
Instantiator s that match the signature or instances directly. |
MethodInstantiator<T> |
This class allows to create instances of a given class.
|
Exception | Description |
---|---|
NoSuchInstantiatorException |
This exception indicates that the
Instantiator cannot be created. |