Uses of Interface
org.simpleframework.xml.core.Context
Packages that use Context
-
Uses of Context in org.simpleframework.xml.core
Classes in org.simpleframework.xml.core that implement ContextModifier and TypeClassDescription(package private) classTheSourceobject acts as a contextual object that is used to store all information regarding an instance of serialization or deserialization.Fields in org.simpleframework.xml.core declared as ContextModifier and TypeFieldDescriptionprivate final ContextCaller.contextThis is the context that is used to invoke the functions.private final ContextComposite.contextThis is the source object for the instance of serialization.private final ContextCompositeKey.contextThis is the context used to support the serialization process.private final ContextCompositeListUnion.contextThis is the current context used for the serialization.private final ContextCompositeMapUnion.contextThis is the current context used for the serialization.private final ContextCompositeUnion.contextThis is the current context used for the serialization.private final ContextCompositeValue.contextThis is the context used to support the serialization process.private final ContextConversionInstance.contextThis is the context that is used to create the instance.protected ContextFactory.contextThis is the context object used for the serialization process.private final ContextObjectInstance.contextThis is the context that is used to create the instance.private final ContextPrimitive.contextThe context object is used to perform text value filtering.private final ContextPrimitiveKey.contextThis is the context used to support the serialization process.private final ContextPrimitiveValue.contextThis is the context used to support the serialization process.private ContextTemplateFilter.contextThis is the template context object used by the persister.private final ContextTraverser.contextThis is the context object used for the traversal performed.Methods in org.simpleframework.xml.core with parameters of type ContextModifier and TypeMethodDescriptionThis method used to invoke the callback method of the provided object.This method is used to return theCallerfor this class.This method is used to return theCallerfor this class.This method is used to return theCallerfor this class.This method is used to return theCallerfor this class.AttributeLabel.getConverter(Context context) Creates aConverterthat can convert an attribute to a primitive object.CacheLabel.getConverter(Context context) This method returns aConverterwhich can be used to convert an XML node into an object value and vice versa.ElementArrayLabel.getConverter(Context context) This will create aConverterfor transforming an XML element into an array of XML serializable objects.private ConverterElementArrayLabel.getConverter(Context context, String name) This will create aConverterfor transforming an XML element into an array of XML serializable objects.ElementLabel.getConverter(Context context) Creates a converter that can be used to transform an XML node to an object and vice versa.ElementListLabel.getConverter(Context context) This will create aConverterfor transforming an XML element into a collection of XML serializable objects.private ConverterElementListLabel.getConverter(Context context, String name) This will create aConverterfor transforming an XML element into a collection of XML serializable objects.ElementListUnionLabel.getConverter(Context context) This method returns aConverterwhich can be used to convert an XML node into an object value and vice versa.ElementMapLabel.getConverter(Context context) This method returns aConverterwhich can be used to convert an XML node into an object value and vice versa.ElementMapUnionLabel.getConverter(Context context) This method returns aConverterwhich can be used to convert an XML node into an object value and vice versa.ElementUnionLabel.getConverter(Context context) This method returns aConverterwhich can be used to convert an XML node into an object value and vice versa.Label.getConverter(Context context) This method returns aConverterwhich can be used to convert an XML node into an object value and vice versa.TextLabel.getConverter(Context context) Creates a converter that can be used to transform an XML node to an object and vice versa.TextListLabel.getConverter(Context context) This method returns aConverterwhich can be used to convert an XML node into an object value and vice versa.Variable.getConverter(Context context) This method returns aConverterwhich can be used to convert an XML node into an object value and vice versa.VersionLabel.getConverter(Context context) Creates aConverterthat can convert an attribute to a double value.This is used to provide a configured empty value used when the annotated value is null.This is used to provide a configured empty value used when the annotated value is null.This is used to provide a configured empty value used when the annotated value is null.This is used to provide a configured empty value used when the annotated value is null.This is used to provide a configured empty value used when the annotated value is null.This is used to provide a configured empty value used when the annotated value is null.This is used to provide a configured empty value used when the annotated value is null.This is used to provide a configured empty value used when the annotated value is null.This is used to provide a configured empty value used when the annotated value is null.This is used to provide a configured empty value used when the annotated value is null.This is used to provide a configured empty value used when the annotated value is null.This is used to provide a configured empty value used when the annotated value is null.This is used to provide a configured empty value used when the annotated value is null.This is used to provide a configured empty value used when the annotated value is null.private ConverterElementListLabel.getInlineConverter(Context context, String name) This will create aConverterfor transforming an XML element into a collection of XML serializable objects.This is used to get the key converter for the entry.This is used to acquire the name of the parameter that this represents.This is used to acquire the path of the element or attribute represented by this parameter.This is used to get the value converter for the entry.booleanThis method is used to determine whether strict mappings are required.private <T> TThisreadmethod will read the contents of the XML document provided and convert it to an object of the specified type.private <T> TThisreadmethod will read the contents of the XML document from the provided source and populate the object with the values deserialized.private booleanThisvalidatemethod will validate the contents of the XML document against the specified XML class schema.private voidPersister.write(Object source, OutputNode node, Context context) Thiswritemethod will traverse the provided object checking for field annotations in order to compose the XML data.Constructors in org.simpleframework.xml.core with parameters of type ContextModifierConstructorDescriptionArrayFactory(Context context, Type type) Constructor for theArrayFactoryobject.Constructor for theCallerobject.ClassSchema(Scanner schema, Context context) Constructor for theSchemaobject.CollectionFactory(Context context, Type type) Constructor for theCollectionFactoryobject.Constructor for theCompositeobject.Constructor for theCompositeobject.CompositeArray(Context context, Type type, Type entry, String parent) Constructor for theCompositeArrayobject.CompositeInlineList(Context context, Type type, Type entry, String name) Constructor for theCompositeInlineListobject.CompositeInlineMap(Context context, Entry entry, Type type) Constructor for theCompositeMapobject.CompositeKey(Context context, Entry entry, Type type) Constructor for theCompositeKeyobject.CompositeList(Context context, Type type, Type entry, String name) Constructor for theCompositeListobject.CompositeListUnion(Context context, Group group, Expression path, Type type) Constructor for theCompositeListUnionobject.CompositeMap(Context context, Entry entry, Type type) Constructor for theCompositeMapobject.CompositeMapUnion(Context context, Group group, Expression path, Type type) Constructor for theCompositeMapUnionobject.CompositeUnion(Context context, Group group, Expression path, Type type) Constructor for theCompositeUnionobject.CompositeValue(Context context, Entry entry, Type type) Constructor for theCompositeValueobject.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.protectedConstructor for theFactoryobject.protectedConstructor for theFactoryobject.MapFactory(Context context, Type type) Constructor for theMapFactoryobject.ObjectFactory(Context context, Type type, Class override) Constructor for theObjectFactoryclass.ObjectInstance(Context context, Value value) Constructor for theObjectInstanceobject.Constructor for thePrimitiveobject.Constructor for thePrimitiveobject.PrimitiveArray(Context context, Type type, Type entry, String parent) Constructor for thePrimitiveArrayobject.PrimitiveFactory(Context context, Type type) Constructor for thePrimitiveFactoryobject.PrimitiveFactory(Context context, Type type, Class override) Constructor for thePrimitiveFactoryobject.PrimitiveInlineList(Context context, Type type, Type entry, String parent) Constructor for thePrimitiveInlineListobject.PrimitiveKey(Context context, Entry entry, Type type) Constructor for thePrimitiveKeyobject.PrimitiveList(Context context, Type type, Type entry, String parent) Constructor for thePrimitiveListobject.PrimitiveValue(Context context, Entry entry, Type type) Constructor for thePrimitiveValueobject.TemplateFilter(Context context, Filter filter) Constructor for theTemplateFilterobject.Constructor for theTextListobject.Constructor for theTraverserobject.