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) classClassInstantiatorTheClassInstantiatoris 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 InstantiatorClassSchema. factoryThis is the instantiator used to create all object instances.private InstantiatorInstantiatorBuilder. factoryThis is the single instance of the instantiator to be built.private InstantiatorStructure. factoryThis is the instantiator that is used to create instances.private InstantiatorStructureBuilder. factoryThis is the instantiator that is used to create instances.Methods in org.simpleframework.xml.core that return Instantiator Modifier and Type Method Description InstantiatorInstantiatorBuilder. build()This is used to build theInstantiatorobject that will be used to instantiate objects.private InstantiatorInstantiatorBuilder. build(Detail detail)This is used to build theInstantiatorobject that will be used to instantiate objects.private InstantiatorInstantiatorBuilder. create(Detail detail)This is used to create theInstantiatorobject that will be used to instantiate objects.InstantiatorClassSchema. getInstantiator()This is used to acquire the instantiator for the type.InstantiatorDefaultScanner. getInstantiator()This is used to acquire the instantiator for the type.InstantiatorObjectScanner. getInstantiator()This is used to acquire the instantiator for the type.InstantiatorPrimitiveScanner. getInstantiator()This is used to acquire the instantiator for the type.InstantiatorScanner. getInstantiator()This is used to acquire the instantiator for the type.InstantiatorSchema. getInstantiator()This is used to acquire the instantiator for the type.InstantiatorStructure. 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 theStructureobject.
-