Uses of Interface
org.simpleframework.xml.core.Creator
Packages that use Creator
-
Uses of Creator in org.simpleframework.xml.core
Classes in org.simpleframework.xml.core that implement CreatorModifier and TypeClassDescription(package private) classTheInstantiatorobject is used to represent an single constructor within an object.Fields in org.simpleframework.xml.core declared as CreatorModifier and TypeFieldDescriptionprivate final CreatorClassInstantiator.primaryThis represents the default no argument constructor used.Fields in org.simpleframework.xml.core with type parameters of type CreatorModifier and TypeFieldDescriptionClassInstantiator.creatorsThis contains a list of all the creators for the class.InstantiatorBuilder.optionsThis is the list of creators representing an object constructor.Methods in org.simpleframework.xml.core that return CreatorModifier and TypeMethodDescriptionprivate CreatorThis 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 CreatorModifier and TypeMethodDescriptionClassInstantiator.getCreators()This is used to acquire all of theInstantiatorobjects used to create an instance of the object.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 CreatorModifier and TypeMethodDescriptionprivate voidInstantiatorBuilder.validateConstructor(Label label, 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, 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 CreatorModifierConstructorDescriptionClassInstantiator(List<Creator> creators, Creator primary, ParameterMap registry, Detail detail) Constructor for theClassCreatorobject.Constructor parameters in org.simpleframework.xml.core with type arguments of type CreatorModifierConstructorDescriptionClassInstantiator(List<Creator> creators, Creator primary, ParameterMap registry, Detail detail) Constructor for theClassCreatorobject.