Uses of Interface
org.simpleframework.xml.core.Instance
-
Packages that use Instance Package Description org.simpleframework.xml.core -
-
Uses of Instance in org.simpleframework.xml.core
Classes in org.simpleframework.xml.core that implement Instance Modifier and Type Class Description (package private) classArrayInstanceTheArrayInstanceobject is used for creating arrays from a specifiedValueobject.(package private) classConversionInstanceTheConversionInstanceobject is used to promote the type to some more specialized type.private classInstanceFactory.ClassInstanceTheClassInstanceobject is used to create an object by using aClassto determine the type.private classInstanceFactory.ValueInstanceTheValueInstanceobject is used to create an object by using aValueinstance to determine the type.(package private) classObjectInstanceTheObjectInstanceis used to instantiate an object from the criteria provided in the givenValue.Fields in org.simpleframework.xml.core declared as Instance Modifier and Type Field Description protected InstanceComposite.Builder. valueThis is the object instance created by the strategy object.Methods in org.simpleframework.xml.core that return Instance Modifier and Type Method Description private InstanceArrayFactory. getInstance(Value value, java.lang.Class entry)Creates the array type to use.InstanceArrayFactory. getInstance(InputNode node)Creates the array type to use.InstanceCollectionFactory. getInstance(Value value)This creates aCollectioninstance from the type provided.InstanceCollectionFactory. getInstance(InputNode node)Creates the collection to use.InstanceContext. getInstance(java.lang.Class type)This will create anInstancethat can be used to instantiate objects of the specified class.InstanceContext. getInstance(Value value)This will create anInstancethat can be used to instantiate objects of the specified class.InstanceInstanceFactory. getInstance(java.lang.Class type)This will create anInstancethat can be used to instantiate objects of the specified class.InstanceInstanceFactory. getInstance(Value value)This will create anInstancethat can be used to instantiate objects of the specified class.InstanceMapFactory. getInstance(Value value)This creates aMapobject instance from the type provided.InstanceMapFactory. getInstance(InputNode node)Creates the map object to use.InstanceObjectFactory. 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.InstancePrimitiveFactory. 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.InstanceSource. getInstance(java.lang.Class type)This will create anInstancethat can be used to instantiate objects of the specified class.InstanceSource. getInstance(Value value)This will create anInstancethat can be used to instantiate objects of the specified class.InstanceSupport. getInstance(java.lang.Class type)This will create anInstancethat can be used to instantiate objects of the specified class.InstanceSupport. 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 Instance Modifier and Type Method Description private Composite.BuilderComposite. read(Schema schema, Instance value)Thisreadmethod performs deserialization of the XML schema class type by traversing the contacts and instantiating them using details from the provided XML element.private java.lang.ObjectComposite. read(InputNode node, Instance value, java.lang.Class real)Thisreadmethod performs deserialization of the XML schema class type by traversing the contacts and instantiating them using details from the provided XML element.private java.lang.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 java.lang.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 Constructor Description Builder(Composite composite, Criteria criteria, Schema schema, Instance value)Constructor for theBuilderobject.Injector(Composite composite, Criteria criteria, Schema schema, Instance value)Constructor for theInjectorobject.
-