Package | Description |
---|---|
messif.utility.reflection |
Utilities to create objects from strings using reflection.
|
Modifier and Type | Class and Description |
---|---|
class |
ConstructorInstantiator<T>
This class allows to create instances of a given class.
|
class |
ConstructorInstantiatorWithArguments<T>
This class allows to create instances of a given class.
|
class |
FieldInstantiator<T>
This class allows to create instances of a given class.
|
class |
MethodInstantiator<T>
This class allows to create instances of a given class.
|
Modifier and Type | Method and Description |
---|---|
<T> Instantiator<T> |
InstantiatorSignature.createInstantiator(java.lang.Class<? extends T> checkClass)
Creates instantiator for the parsed signature.
|