Uses of Interface
org.simpleframework.xml.core.Creator
-
Packages that use Creator Package Description org.simpleframework.xml.core -
-
Uses of Creator in org.simpleframework.xml.core
Classes in org.simpleframework.xml.core that implement Creator Modifier and Type Class Description (package private) class
SignatureCreator
TheInstantiator
object is used to represent an single constructor within an object.Fields in org.simpleframework.xml.core declared as Creator Modifier and Type Field Description private Creator
ClassInstantiator. primary
This represents the default no argument constructor used.Fields in org.simpleframework.xml.core with type parameters of type Creator Modifier and Type Field Description private java.util.List<Creator>
ClassInstantiator. creators
This contains a list of all the creators for the class.private java.util.List<Creator>
InstantiatorBuilder. options
This is the list of creators representing an object constructor.Methods in org.simpleframework.xml.core that return Creator Modifier and Type Method Description private Creator
InstantiatorBuilder. create(Signature signature)
This is used to create a newCreator
object from the provided signature.private Creator
ClassInstantiator. getCreator(Criteria criteria)
This is used to acquire anInstantiator
which is used to instantiate the object.Methods in org.simpleframework.xml.core that return types with arguments of type Creator Modifier and Type Method Description java.util.List<Creator>
ClassInstantiator. getCreators()
This is used to acquire all of theInstantiator
objects used to create an instance of the object.java.util.List<Creator>
Instantiator. getCreators()
This is used to acquire theCreator
objects used to create an instance of the object.Method parameters in org.simpleframework.xml.core with type arguments of type Creator Modifier and Type Method Description private void
InstantiatorBuilder. validateConstructor(Label label, java.util.List<Creator> list)
This is used to ensure that final methods and fields have a constructor parameter that allows the value to be injected in to.private void
InstantiatorBuilder. validateConstructors(LabelMap map, java.util.List<Creator> list)
This is used to ensure that final methods and fields have a constructor parameter that allows the value to be injected in to.Constructors in org.simpleframework.xml.core with parameters of type Creator Constructor Description ClassInstantiator(java.util.List<Creator> creators, Creator primary, ParameterMap registry, Detail detail)
Constructor for theClassCreator
object.Constructor parameters in org.simpleframework.xml.core with type arguments of type Creator Constructor Description ClassInstantiator(java.util.List<Creator> creators, Creator primary, ParameterMap registry, Detail detail)
Constructor for theClassCreator
object.
-