Uses of Interface
org.simpleframework.xml.strategy.Value
Packages that use Value
Package
Description
-
Uses of Value in org.simpleframework.xml.convert
Classes in org.simpleframework.xml.convert that implement ValueModifier and TypeClassDescription(package private) class
TheReference
object represents a value that holds an object instance.Fields in org.simpleframework.xml.convert declared as ValueModifier and TypeFieldDescriptionprivate Value
Reference.value
This represents the original value returned from a strategy.Methods in org.simpleframework.xml.convert that return ValueModifier and TypeMethodDescriptionThis is used to read theValue
which will be used to represent the deserialized object.private Value
This is used to read theValue
which will be used to represent the deserialized object.This is used to read theValue
which will be used to represent the deserialized object.private Value
This is used to read theValue
which will be used to represent the deserialized object.Methods in org.simpleframework.xml.convert with parameters of type ValueModifier and TypeMethodDescriptionConverterScanner.getConverter
(Type type, Value value) This method will lookup and instantiate a converter found from scanning the field or method type provided.private Class
This is used to acquire the class that should be scanned.private boolean
AnnotationStrategy.isReference
(Value value) This is used to determine if theValue
provided represents a reference.private boolean
RegistryStrategy.isReference
(Value value) This is used to determine if theValue
provided represents a reference.private Converter
This is used to acquire aConverter
instance for the provided value object.private Value
This is used to read theValue
which will be used to represent the deserialized object.private Value
This is used to read theValue
which will be used to represent the deserialized object.Constructors in org.simpleframework.xml.convert with parameters of type Value -
Uses of Value in org.simpleframework.xml.core
Classes in org.simpleframework.xml.core that implement ValueModifier and TypeClassDescription(package private) class
TheOverrideValue
is used to represent a value that contains an override type.Fields in org.simpleframework.xml.core declared as ValueModifier and TypeFieldDescriptionprivate final Value
ArrayInstance.value
This is the value object that contains the criteria.private final Value
ConversionInstance.value
This is the value object that will be wrapped by this.private final Value
InstanceFactory.ValueInstance.value
This is the internal value that contains the criteria.private final Value
ObjectInstance.value
This is the value object that will be wrapped by this.private final Value
OverrideValue.value
This is the value that is used internally for this value.Methods in org.simpleframework.xml.core that return ValueModifier and TypeMethodDescriptionFactory.getConversion
(InputNode node) This performs the conversion from the element node to a type.Context.getOverride
(Type type, InputNode node) This is used to resolve and load a class for the given element.protected Value
Factory.getOverride
(InputNode node) This is used to get a possible override from the provided node.Source.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 ValueModifier and TypeMethodDescriptionprivate Instance
ArrayFactory.getInstance
(Value value, Class entry) Creates the array type to use.CollectionFactory.getInstance
(Value value) This creates aCollection
instance from the type provided.Context.getInstance
(Value value) 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.Source.getInstance
(Value value) 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.Constructors in org.simpleframework.xml.core with parameters of type ValueModifierConstructorDescriptionArrayInstance
(Value value) Constructor for theArrayInstance
object.ConversionInstance
(Context context, Value value, 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 theValue
object.ObjectInstance
(Context context, Value value) Constructor for theObjectInstance
object.OverrideValue
(Value value, Class type) Constructor for theOverrideValue
object.ValueInstance
(Value value) Constructor for theValueInstance
object. -
Uses of Value in org.simpleframework.xml.strategy
Classes in org.simpleframework.xml.strategy that implement ValueModifier and TypeClassDescription(package private) class
TheAllocate
object is used to represent an entity that has not yet been created and needs to be allocated to the the object graph.(package private) class
TheArrayValue
object is a value used for describing arrays for a specified component type object.(package private) class
TheObjectValue
is an implementation of a value that represents a object other than an array.(package private) class
TheReference
object represents an object that is used to provide a reference to an already instantiated value.Fields in org.simpleframework.xml.strategy declared as ValueModifier and TypeFieldDescriptionprivate Value
Allocate.value
This is used to create an instance of the specified type.Methods in org.simpleframework.xml.strategy that return ValueModifier and TypeMethodDescriptionThis method is used to read an object from the specified node.This is used to recover the object references from the document using the special attributes specified.This is used to resolve and load a class for the given element.This is used to resolve and load a class for the given element.This method will read with an internal strategy after it has been intercepted by the visitor.private Value
This is used to acquire theValue
which can be used to represent the deserialized value.private Value
This is used to resolve and load a class for the given element.private Value
ReadGraph.readInstance
(Type type, Class real, NodeMap node) This is used to recover the object references from the document using the special attributes specified.private Value
ReadGraph.readReference
(Type type, Class real, NodeMap node) This is used to recover the object references from the document using the special attributes specified.private Value
This is used to acquire theValue
which can be used to represent the deserialized value.private Value
This is used to acquire theValue
which can be used to represent the deserialized value.Constructors in org.simpleframework.xml.strategy with parameters of type Value