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) class
TheArrayInstance
object is used for creating arrays from a specifiedValue
object.(package private) class
TheConversionInstance
object is used to promote the type to some more specialized type.private class
TheClassInstance
object is used to create an object by using aClass
to determine the type.private class
TheValueInstance
object is used to create an object by using aValue
instance to determine the type.(package private) class
TheObjectInstance
is used to instantiate an object from the criteria provided in the givenValue
.Fields in org.simpleframework.xml.core declared as InstanceModifier and TypeFieldDescriptionprotected final Instance
Composite.Builder.value
This is the object instance created by the strategy object.Methods in org.simpleframework.xml.core that return InstanceModifier and TypeMethodDescriptionprivate Instance
ArrayFactory.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 aCollection
instance from the type provided.CollectionFactory.getInstance
(InputNode node) Creates the collection to use.Context.getInstance
(Class type) This will create anInstance
that can be used to instantiate objects of the specified class.Context.getInstance
(Value value) This will create anInstance
that can be used to instantiate objects of the specified class.InstanceFactory.getInstance
(Class type) This will create anInstance
that can be used to instantiate objects of the specified class.InstanceFactory.getInstance
(Value value) This will create anInstance
that can be used to instantiate objects of the specified class.MapFactory.getInstance
(Value value) This creates aMap
object 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 theStrategy
object 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 theStrategy
object can resolve a class from the XML element then this is used instead.Source.getInstance
(Class type) This will create anInstance
that can be used to instantiate objects of the specified class.Source.getInstance
(Value value) This will create anInstance
that can be used to instantiate objects of the specified class.Support.getInstance
(Class type) This will create anInstance
that can be used to instantiate objects of the specified class.Support.getInstance
(Value value) This will create anInstance
that can be used to instantiate objects of the specified class.Methods in org.simpleframework.xml.core with parameters of type InstanceModifier and TypeMethodDescriptionprivate Composite.Builder
Thisread
method performs deserialization of the XML schema class type by traversing the contacts and instantiating them using details from the provided XML element.private Object
Thisread
method performs deserialization of the XML schema class type by traversing the contacts and instantiating them using details from the provided XML element.private Object
Primitive.readElement
(InputNode node, Instance value) Thisread
method will extract the text value from the node and replace any template variables before converting it to a primitive value.private Object
Composite.readPrimitive
(InputNode node, Instance value) ThisreadPrimitive
method 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