Uses of Interface
org.simpleframework.xml.core.Converter
Packages that use Converter
-
Uses of Converter in org.simpleframework.xml.core
Subinterfaces of Converter in org.simpleframework.xml.coreModifier and TypeInterfaceDescription(package private) interfaceTheRepeaterinterface is used to for converters that can repeat a read on a given element.Classes in org.simpleframework.xml.core that implement ConverterModifier and TypeClassDescription(package private) classTheCompositeobject is used to perform serialization of objects that contain XML annotations.(package private) classTheCompositeArrayobject is used to convert a list of elements to an array of object entries.(package private) classTheCompositeInlineListobject is used to convert an group of elements in to a collection of element entries.(package private) classTheCompositeMapis used to serialize and deserialize maps to and from a source XML document.(package private) classTheCompositeKeyobject is used to convert an object to an from an XML element.(package private) classTheCompositeListobject is used to convert an element list to a collection of element entries.(package private) classTheCompositeListUnionobject is used to act as a mediator for multiple converters associated with a particular union group.(package private) classTheCompositeMapis used to serialize and deserialize maps to and from a source XML document.(package private) classTheCompositeMapUnionobject is used to act as a mediator for multiple converters associated with a particular union group.(package private) classTheCompositeUnionobject is used to act as a mediator for multiple converters associated with a particular union group.(package private) classTheCompositeValueobject is used to convert an object to an from an XML element.(package private) classThePrimitiveobject is used to provide serialization for primitive objects.(package private) classThePrimitiveArrayobject is used to convert a list of elements to an array of object entries.(package private) classThePrimitiveInlineListobject is used to convert a group of elements in to a collection of element entries.(package private) classThePrimitiveKeyis used to serialize a primitive key to and from a node.(package private) classThePrimitiveListobject is used to convert an element list to a collection of element entries.(package private) classThePrimitiveValueis used to serialize a primitive value to and from a node.(package private) classThisTextListobject is a converter that is used to read free text and insert that text in to a list.private static classTheAdapterobject is used to call the repeater with the original deserialized object.Fields in org.simpleframework.xml.core declared as ConverterModifier and TypeFieldDescriptionprivate final ConverterCompositeInlineMap.keyThis is the name of the entry wrapping the key and value.private final ConverterCompositeMap.keyThis is the name of the entry wrapping the key and value.private final ConverterVariable.Adapter.readerThis is the converter object used to perform a repeat read.private final ConverterCompositeInlineMap.valueThis is the type that the value objects are instances of.private final ConverterCompositeMap.valueThis is the type that the value objects are instances of.Methods in org.simpleframework.xml.core that return ConverterModifier and TypeMethodDescriptionAttributeLabel.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.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 get the value converter for the entry.Methods in org.simpleframework.xml.core with parameters of type ConverterModifier and TypeMethodDescriptionprivate voidComposite.writeElement(OutputNode node, Object value, Converter convert) This is used write the element specified using the specified converter.Constructors in org.simpleframework.xml.core with parameters of type Converter