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) classTheClassInstantiatoris 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 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 final 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 InstantiatorModifier and TypeMethodDescriptionInstantiatorBuilder.build()This is used to build theInstantiatorobject that will be used to instantiate objects.private InstantiatorThis is used to build theInstantiatorobject that will be used to instantiate objects.private InstantiatorThis is used to create theInstantiatorobject 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 theStructureobject.