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) classTheReferenceobject represents a value that holds an object instance.Fields in org.simpleframework.xml.convert declared as ValueModifier and TypeFieldDescriptionprivate ValueReference.valueThis represents the original value returned from a strategy.Methods in org.simpleframework.xml.convert that return ValueModifier and TypeMethodDescriptionThis is used to read theValuewhich will be used to represent the deserialized object.private ValueThis is used to read theValuewhich will be used to represent the deserialized object.This is used to read theValuewhich will be used to represent the deserialized object.private ValueThis is used to read theValuewhich 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 ClassThis 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 ConverterThis is used to acquire aConverterinstance for the provided value object.private ValueThis is used to read theValuewhich will be used to represent the deserialized object.private ValueThis is used to read theValuewhich 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) classTheOverrideValueis used to represent a value that contains an override type.Fields in org.simpleframework.xml.core declared as ValueModifier and TypeFieldDescriptionprivate final ValueArrayInstance.valueThis is the value object that contains the criteria.private final ValueConversionInstance.valueThis is the value object that will be wrapped by this.private final ValueInstanceFactory.ValueInstance.valueThis is the internal value that contains the criteria.private final ValueObjectInstance.valueThis is the value object that will be wrapped by this.private final ValueOverrideValue.valueThis 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 ValueFactory.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 InstanceArrayFactory.getInstance(Value value, Class entry) Creates the array type to use.CollectionFactory.getInstance(Value value) This creates aCollectioninstance from the type provided.Context.getInstance(Value value) 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.Source.getInstance(Value value) 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.Constructors in org.simpleframework.xml.core with parameters of type ValueModifierConstructorDescriptionArrayInstance(Value value) Constructor for theArrayInstanceobject.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 theValueobject.ObjectInstance(Context context, Value value) Constructor for theObjectInstanceobject.OverrideValue(Value value, 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 ValueModifier and TypeClassDescription(package private) classTheAllocateobject is used to represent an entity that has not yet been created and needs to be allocated to the the object graph.(package private) classTheArrayValueobject is a value used for describing arrays for a specified component type object.(package private) classTheObjectValueis an implementation of a value that represents a object other than an array.(package private) classTheReferenceobject 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 ValueAllocate.valueThis 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 ValueThis is used to acquire theValuewhich can be used to represent the deserialized value.private ValueThis is used to resolve and load a class for the given element.private ValueReadGraph.readInstance(Type type, 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, Class real, NodeMap node) This is used to recover the object references from the document using the special attributes specified.private ValueThis is used to acquire theValuewhich can be used to represent the deserialized value.private ValueThis is used to acquire theValuewhich can be used to represent the deserialized value.Constructors in org.simpleframework.xml.strategy with parameters of type Value