Uses of Interface
messif.utility.reflection.Instantiator

Packages that use Instantiator
messif.utility.reflection Utilities to create objects from strings using reflection. 
 

Uses of Instantiator in messif.utility.reflection
 

Classes in messif.utility.reflection that implement Instantiator
 class ConstructorInstantiator<T>
          This class allows to create instances of a given class.
 class FactoryMethodInstantiator<T>
          This class allows to create instances of a given class.
 class FieldInstantiator<T>
          This class allows to create instances of a given class.
 

Methods in messif.utility.reflection that return Instantiator
<T> Instantiator<T>
InstantiatorSignature.createInstantiator(java.lang.Class<? extends T> checkClass)
          Creates instantiator for the parsed signature.