Uses of Interface
org.simpleframework.xml.strategy.Value
-
Packages that use Value Package Description org.simpleframework.xml.convert org.simpleframework.xml.core org.simpleframework.xml.strategy -
-
Uses of Value in org.simpleframework.xml.convert
Classes in org.simpleframework.xml.convert that implement Value Modifier and Type Class Description (package private) classReferenceTheReferenceobject represents a value that holds an object instance.Fields in org.simpleframework.xml.convert declared as Value Modifier and Type Field Description private ValueReference. valueThis represents the original value returned from a strategy.Methods in org.simpleframework.xml.convert that return Value Modifier and Type Method Description ValueAnnotationStrategy. read(Type type, NodeMap<InputNode> node, java.util.Map map)This is used to read theValuewhich will be used to represent the deserialized object.private ValueAnnotationStrategy. read(Type type, NodeMap<InputNode> node, Value value)This is used to read theValuewhich will be used to represent the deserialized object.ValueRegistryStrategy. read(Type type, NodeMap<InputNode> node, java.util.Map map)This is used to read theValuewhich will be used to represent the deserialized object.private ValueRegistryStrategy. read(Type type, NodeMap<InputNode> node, Value value)This is used to read theValuewhich will be used to represent the deserialized object.Methods in org.simpleframework.xml.convert with parameters of type Value Modifier and Type Method Description ConverterConverterScanner. getConverter(Type type, Value value)This method will lookup and instantiate a converter found from scanning the field or method type provided.private java.lang.ClassConverterScanner. getType(Type type, Value value)This is used to acquire the class that should be scanned.private booleanAnnotationStrategy. isReference(Value value)This is used to determine if theValueprovided represents a reference.private booleanRegistryStrategy. isReference(Value value)This is used to determine if theValueprovided represents a reference.private ConverterRegistryStrategy. lookup(Type type, Value value)This is used to acquire aConverterinstance for the provided value object.private ValueAnnotationStrategy. read(Type type, NodeMap<InputNode> node, Value value)This is used to read theValuewhich will be used to represent the deserialized object.private ValueRegistryStrategy. read(Type type, NodeMap<InputNode> node, Value value)This is used to read theValuewhich will be used to represent the deserialized object.Constructors in org.simpleframework.xml.convert with parameters of type Value Constructor Description Reference(Value value, java.lang.Object data, java.lang.Class actual)Constructor for aReferenceobject. -
Uses of Value in org.simpleframework.xml.core
Classes in org.simpleframework.xml.core that implement Value Modifier and Type Class Description (package private) classOverrideValueTheOverrideValueis used to represent a value that contains an override type.Fields in org.simpleframework.xml.core declared as Value Modifier and Type Field Description private ValueArrayInstance. valueThis is the value object that contains the criteria.private ValueConversionInstance. valueThis is the value object that will be wrapped by this.private ValueInstanceFactory.ValueInstance. valueThis is the internal value that contains the criteria.private ValueObjectInstance. valueThis is the value object that will be wrapped by this.private ValueOverrideValue. valueThis is the value that is used internally for this value.Methods in org.simpleframework.xml.core that return Value Modifier and Type Method Description ValueFactory. getConversion(InputNode node)This performs the conversion from the element node to a type.ValueContext. getOverride(Type type, InputNode node)This is used to resolve and load a class for the given element.protected ValueFactory. getOverride(InputNode node)This is used to get a possible override from the provided node.ValueSource. getOverride(Type type, InputNode node)This is used to resolve and load a class for the given element.Methods in org.simpleframework.xml.core with parameters of type Value Modifier and Type Method Description private InstanceArrayFactory. getInstance(Value value, java.lang.Class entry)Creates the array type to use.InstanceCollectionFactory. getInstance(Value value)This creates aCollectioninstance from the type provided.InstanceContext. getInstance(Value value)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.InstanceSource. getInstance(Value value)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.Constructors in org.simpleframework.xml.core with parameters of type Value Constructor Description ArrayInstance(Value value)Constructor for theArrayInstanceobject.ConversionInstance(Context context, Value value, java.lang.Class convert)This is used to specify the creation of a conversion type that can be used for creating an instance with a class other than the default class specified by theValueobject.ObjectInstance(Context context, Value value)Constructor for theObjectInstanceobject.OverrideValue(Value value, java.lang.Class type)Constructor for theOverrideValueobject.ValueInstance(Value value)Constructor for theValueInstanceobject. -
Uses of Value in org.simpleframework.xml.strategy
Classes in org.simpleframework.xml.strategy that implement Value Modifier and Type Class Description (package private) classAllocateTheAllocateobject is used to represent an entity that has not yet been created and needs to be allocated to the the object graph.(package private) classArrayValueTheArrayValueobject is a value used for describing arrays for a specified component type object.(package private) classObjectValueTheObjectValueis an implementation of a value that represents a object other than an array.(package private) classReferenceTheReferenceobject represents an object that is used to provide a reference to an already instantiated value.Fields in org.simpleframework.xml.strategy declared as Value Modifier and Type Field Description private ValueAllocate. valueThis is used to create an instance of the specified type.Methods in org.simpleframework.xml.strategy that return Value Modifier and Type Method Description ValueCycleStrategy. read(Type type, NodeMap node, java.util.Map map)This method is used to read an object from the specified node.ValueReadGraph. read(Type type, NodeMap node)This is used to recover the object references from the document using the special attributes specified.ValueStrategy. read(Type type, NodeMap<InputNode> node, java.util.Map map)This is used to resolve and load a class for the given element.ValueTreeStrategy. read(Type type, NodeMap node, java.util.Map map)This is used to resolve and load a class for the given element.ValueVisitorStrategy. read(Type type, NodeMap<InputNode> node, java.util.Map map)This method will read with an internal strategy after it has been intercepted by the visitor.private ValueReadGraph. readArray(Type type, java.lang.Class real, NodeMap node)This is used to acquire theValuewhich can be used to represent the deserialized value.private ValueTreeStrategy. readArray(java.lang.Class type, NodeMap node)This is used to resolve and load a class for the given element.private ValueReadGraph. readInstance(Type type, java.lang.Class real, NodeMap node)This is used to recover the object references from the document using the special attributes specified.private ValueReadGraph. readReference(Type type, java.lang.Class real, NodeMap node)This is used to recover the object references from the document using the special attributes specified.private ValueReadGraph. readValue(Type type, java.lang.Class real, NodeMap node)This is used to acquire theValuewhich can be used to represent the deserialized value.private ValueReadGraph. readValue(Type type, java.lang.Class real, NodeMap node, java.lang.String key)This is used to acquire theValuewhich can be used to represent the deserialized value.Constructors in org.simpleframework.xml.strategy with parameters of type Value Constructor Description Allocate(Value value, java.util.Map map, java.lang.String key)Constructor for theAllocateobject.
-