Uses of Interface
org.simpleframework.xml.core.Instantiator
Packages that use Instantiator
-
Uses of Instantiator in org.simpleframework.xml.core
Classes in org.simpleframework.xml.core that implement InstantiatorModifier and TypeClassDescription(package private) class
TheClassInstantiator
is used for instantiating objects using either the default no argument constructor or one that takes deserialized values as parameters.Fields in org.simpleframework.xml.core declared as InstantiatorModifier and TypeFieldDescriptionprivate final Instantiator
ClassSchema.factory
This is the instantiator used to create all object instances.private Instantiator
InstantiatorBuilder.factory
This is the single instance of the instantiator to be built.private final Instantiator
Structure.factory
This is the instantiator that is used to create instances.private Instantiator
StructureBuilder.factory
This is the instantiator that is used to create instances.Methods in org.simpleframework.xml.core that return InstantiatorModifier and TypeMethodDescriptionInstantiatorBuilder.build()
This is used to build theInstantiator
object that will be used to instantiate objects.private Instantiator
This is used to build theInstantiator
object that will be used to instantiate objects.private Instantiator
This is used to create theInstantiator
object that will be used to instantiate objects.ClassSchema.getInstantiator()
This is used to acquire the instantiator for the type.DefaultScanner.getInstantiator()
This is used to acquire the instantiator for the type.ObjectScanner.getInstantiator()
This is used to acquire the instantiator for the type.PrimitiveScanner.getInstantiator()
This is used to acquire the instantiator for the type.Scanner.getInstantiator()
This is used to acquire the instantiator for the type.Schema.getInstantiator()
This is used to acquire the instantiator for the type.Structure.getInstantiator()
This is used to acquire the instantiator for the type.Constructors in org.simpleframework.xml.core with parameters of type InstantiatorModifierConstructorDescriptionStructure
(Instantiator factory, Model model, Label version, Label text, boolean primitive) Constructor for theStructure
object.