private Creator |
ClassInstantiator.getCreator(Criteria criteria) |
This is used to acquire an Instantiator which is used
to instantiate the object.
|
java.lang.Object |
ClassInstantiator.getInstance(Criteria criteria) |
This is used to instantiate the object using a constructor that
takes deserialized objects as arguments.
|
java.lang.Object |
Creator.getInstance(Criteria criteria) |
This is used to instantiate the object using a constructor that
takes deserialized objects as arguments.
|
java.lang.Object |
Instantiator.getInstance(Criteria criteria) |
This is used to instantiate the object using a constructor that
takes deserialized objects as arguments.
|
java.lang.Object |
SignatureCreator.getInstance(Criteria criteria) |
This is used to instantiate the object using a constructor that
takes deserialized objects as arguments.
|
private double |
SignatureCreator.getPercentage(Criteria criteria) |
This is used to determine what percentage of available values
can be injected in to a constructor.
|
double |
Creator.getScore(Criteria criteria) |
This is used to score this Instantiator object so that
it can be weighed amongst other constructors.
|
double |
SignatureCreator.getScore(Criteria criteria) |
This is used to score this Instantiator object so that
it can be weighed amongst other constructors.
|
private java.lang.Object |
SignatureCreator.getVariable(Criteria criteria,
int index) |
This is used to acquire a variable from the criteria provided.
|