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) classSignatureCreatorTheInstantiatorobject 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 CreatorClassInstantiator. primaryThis 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. creatorsThis contains a list of all the creators for the class.private java.util.List<Creator>InstantiatorBuilder. optionsThis is the list of creators representing an object constructor.Methods in org.simpleframework.xml.core that return Creator Modifier and Type Method Description private CreatorInstantiatorBuilder. create(Signature signature)This is used to create a newCreatorobject from the provided signature.private CreatorClassInstantiator. getCreator(Criteria criteria)This is used to acquire anInstantiatorwhich 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 theInstantiatorobjects used to create an instance of the object.java.util.List<Creator>Instantiator. getCreators()This is used to acquire theCreatorobjects 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 voidInstantiatorBuilder. 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 voidInstantiatorBuilder. 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 theClassCreatorobject.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 theClassCreatorobject.
-