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) class
TheInstantiator
object is used to represent an single constructor within an object.Fields in org.simpleframework.xml.core declared as CreatorModifier and TypeFieldDescriptionprivate final Creator
ClassInstantiator.primary
This represents the default no argument constructor used.Fields in org.simpleframework.xml.core with type parameters of type CreatorModifier and TypeFieldDescriptionClassInstantiator.creators
This contains a list of all the creators for the class.InstantiatorBuilder.options
This is the list of creators representing an object constructor.Methods in org.simpleframework.xml.core that return CreatorModifier and TypeMethodDescriptionprivate Creator
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 CreatorModifier and TypeMethodDescriptionClassInstantiator.getCreators()
This is used to acquire all of theInstantiator
objects used to create an instance of the object.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 CreatorModifier and TypeMethodDescriptionprivate void
InstantiatorBuilder.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 void
InstantiatorBuilder.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 theClassCreator
object.Constructor parameters in org.simpleframework.xml.core with type arguments of type CreatorModifierConstructorDescriptionClassInstantiator
(List<Creator> creators, Creator primary, ParameterMap registry, Detail detail) Constructor for theClassCreator
object.