Uses of Interface
org.simpleframework.xml.core.Instantiator
-
Packages that use Instantiator Package Description org.simpleframework.xml.core -
-
Uses of Instantiator in org.simpleframework.xml.core
Classes in org.simpleframework.xml.core that implement Instantiator Modifier and Type Class Description (package private) class
ClassInstantiator
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 Instantiator Modifier and Type Field Description private 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 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 Instantiator Modifier and Type Method Description Instantiator
InstantiatorBuilder. build()
This is used to build theInstantiator
object that will be used to instantiate objects.private Instantiator
InstantiatorBuilder. build(Detail detail)
This is used to build theInstantiator
object that will be used to instantiate objects.private Instantiator
InstantiatorBuilder. create(Detail detail)
This is used to create theInstantiator
object that will be used to instantiate objects.Instantiator
ClassSchema. getInstantiator()
This is used to acquire the instantiator for the type.Instantiator
DefaultScanner. getInstantiator()
This is used to acquire the instantiator for the type.Instantiator
ObjectScanner. getInstantiator()
This is used to acquire the instantiator for the type.Instantiator
PrimitiveScanner. getInstantiator()
This is used to acquire the instantiator for the type.Instantiator
Scanner. getInstantiator()
This is used to acquire the instantiator for the type.Instantiator
Schema. getInstantiator()
This is used to acquire the instantiator for the type.Instantiator
Structure. getInstantiator()
This is used to acquire the instantiator for the type.Constructors in org.simpleframework.xml.core with parameters of type Instantiator Constructor Description Structure(Instantiator factory, Model model, Label version, Label text, boolean primitive)
Constructor for theStructure
object.
-