Uses of Interface
org.simpleframework.xml.core.Instance
Packages that use Instance
-
Uses of Instance in org.simpleframework.xml.core
Classes in org.simpleframework.xml.core that implement InstanceModifier and TypeClassDescription(package private) classTheArrayInstanceobject is used for creating arrays from a specifiedValueobject.(package private) classTheConversionInstanceobject is used to promote the type to some more specialized type.private classTheClassInstanceobject is used to create an object by using aClassto determine the type.private classTheValueInstanceobject is used to create an object by using aValueinstance to determine the type.(package private) classTheObjectInstanceis used to instantiate an object from the criteria provided in the givenValue.Fields in org.simpleframework.xml.core declared as InstanceModifier and TypeFieldDescriptionprotected final InstanceComposite.Builder.valueThis is the object instance created by the strategy object.Methods in org.simpleframework.xml.core that return InstanceModifier and TypeMethodDescriptionprivate InstanceArrayFactory.getInstance(Value value, Class entry) Creates the array type to use.ArrayFactory.getInstance(InputNode node) Creates the array type to use.CollectionFactory.getInstance(Value value) This creates aCollectioninstance from the type provided.CollectionFactory.getInstance(InputNode node) Creates the collection to use.Context.getInstance(Class type) This will create anInstancethat can be used to instantiate objects of the specified class.Context.getInstance(Value value) This will create anInstancethat can be used to instantiate objects of the specified class.InstanceFactory.getInstance(Class type) This will create anInstancethat can be used to instantiate objects of the specified class.InstanceFactory.getInstance(Value value) This will create anInstancethat can be used to instantiate objects of the specified class.MapFactory.getInstance(Value value) This creates aMapobject instance from the type provided.MapFactory.getInstance(InputNode node) Creates the map object to use.ObjectFactory.getInstance(InputNode node) This method will instantiate an object of the field type, or if theStrategyobject can resolve a class from the XML element then this is used instead.PrimitiveFactory.getInstance(InputNode node) This method will instantiate an object of the field type, or if theStrategyobject can resolve a class from the XML element then this is used instead.Source.getInstance(Class type) This will create anInstancethat can be used to instantiate objects of the specified class.Source.getInstance(Value value) This will create anInstancethat can be used to instantiate objects of the specified class.Support.getInstance(Class type) This will create anInstancethat can be used to instantiate objects of the specified class.Support.getInstance(Value value) This will create anInstancethat can be used to instantiate objects of the specified class.Methods in org.simpleframework.xml.core with parameters of type InstanceModifier and TypeMethodDescriptionprivate Composite.BuilderThisreadmethod performs deserialization of the XML schema class type by traversing the contacts and instantiating them using details from the provided XML element.private ObjectThisreadmethod performs deserialization of the XML schema class type by traversing the contacts and instantiating them using details from the provided XML element.private ObjectPrimitive.readElement(InputNode node, Instance value) Thisreadmethod will extract the text value from the node and replace any template variables before converting it to a primitive value.private ObjectComposite.readPrimitive(InputNode node, Instance value) ThisreadPrimitivemethod will extract the text value from the node and replace any template variables before converting it to a primitive value.Constructors in org.simpleframework.xml.core with parameters of type Instance