Uses of Interface
org.simpleframework.xml.core.Converter
-
Packages that use Converter Package Description org.simpleframework.xml.core -
-
Uses of Converter in org.simpleframework.xml.core
Subinterfaces of Converter in org.simpleframework.xml.core Modifier and Type Interface Description (package private) interfaceRepeaterTheRepeaterinterface is used to for converters that can repeat a read on a given element.Classes in org.simpleframework.xml.core that implement Converter Modifier and Type Class Description (package private) classCompositeTheCompositeobject is used to perform serialization of objects that contain XML annotations.(package private) classCompositeArrayTheCompositeArrayobject is used to convert a list of elements to an array of object entries.(package private) classCompositeInlineListTheCompositeInlineListobject is used to convert an group of elements in to a collection of element entries.(package private) classCompositeInlineMapTheCompositeMapis used to serialize and deserialize maps to and from a source XML document.(package private) classCompositeKeyTheCompositeKeyobject is used to convert an object to an from an XML element.(package private) classCompositeListTheCompositeListobject is used to convert an element list to a collection of element entries.(package private) classCompositeListUnionTheCompositeListUnionobject is used to act as a mediator for multiple converters associated with a particular union group.(package private) classCompositeMapTheCompositeMapis used to serialize and deserialize maps to and from a source XML document.(package private) classCompositeMapUnionTheCompositeMapUnionobject is used to act as a mediator for multiple converters associated with a particular union group.(package private) classCompositeUnionTheCompositeUnionobject is used to act as a mediator for multiple converters associated with a particular union group.(package private) classCompositeValueTheCompositeValueobject is used to convert an object to an from an XML element.(package private) classPrimitiveThePrimitiveobject is used to provide serialization for primitive objects.(package private) classPrimitiveArrayThePrimitiveArrayobject is used to convert a list of elements to an array of object entries.(package private) classPrimitiveInlineListThePrimitiveInlineListobject is used to convert a group of elements in to a collection of element entries.(package private) classPrimitiveKeyThePrimitiveKeyis used to serialize a primitive key to and from a node.(package private) classPrimitiveListThePrimitiveListobject is used to convert an element list to a collection of element entries.(package private) classPrimitiveValueThePrimitiveValueis used to serialize a primitive value to and from a node.(package private) classTextListThisTextListobject is a converter that is used to read free text and insert that text in to a list.private static classVariable.AdapterTheAdapterobject is used to call the repeater with the original deserialized object.Fields in org.simpleframework.xml.core declared as Converter Modifier and Type Field Description private ConverterCompositeInlineMap. keyThis is the name of the entry wrapping the key and value.private ConverterCompositeMap. keyThis is the name of the entry wrapping the key and value.private ConverterVariable.Adapter. readerThis is the converter object used to perform a repeat read.private ConverterCompositeInlineMap. valueThis is the type that the value objects are instances of.private ConverterCompositeMap. valueThis is the type that the value objects are instances of.Methods in org.simpleframework.xml.core that return Converter Modifier and Type Method Description ConverterAttributeLabel. getConverter(Context context)Creates aConverterthat can convert an attribute to a primitive object.ConverterCacheLabel. getConverter(Context context)This method returns aConverterwhich can be used to convert an XML node into an object value and vice versa.ConverterElementArrayLabel. getConverter(Context context)This will create aConverterfor transforming an XML element into an array of XML serializable objects.private ConverterElementArrayLabel. getConverter(Context context, java.lang.String name)This will create aConverterfor transforming an XML element into an array of XML serializable objects.ConverterElementLabel. getConverter(Context context)Creates a converter that can be used to transform an XML node to an object and vice versa.ConverterElementListLabel. getConverter(Context context)This will create aConverterfor transforming an XML element into a collection of XML serializable objects.private ConverterElementListLabel. getConverter(Context context, java.lang.String name)This will create aConverterfor transforming an XML element into a collection of XML serializable objects.ConverterElementListUnionLabel. getConverter(Context context)This method returns aConverterwhich can be used to convert an XML node into an object value and vice versa.ConverterElementMapLabel. getConverter(Context context)This method returns aConverterwhich can be used to convert an XML node into an object value and vice versa.ConverterElementMapUnionLabel. getConverter(Context context)This method returns aConverterwhich can be used to convert an XML node into an object value and vice versa.ConverterElementUnionLabel. getConverter(Context context)This method returns aConverterwhich can be used to convert an XML node into an object value and vice versa.ConverterLabel. getConverter(Context context)This method returns aConverterwhich can be used to convert an XML node into an object value and vice versa.ConverterTextLabel. getConverter(Context context)Creates a converter that can be used to transform an XML node to an object and vice versa.ConverterTextListLabel. getConverter(Context context)This method returns aConverterwhich can be used to convert an XML node into an object value and vice versa.ConverterVariable. getConverter(Context context)This method returns aConverterwhich can be used to convert an XML node into an object value and vice versa.ConverterVersionLabel. getConverter(Context context)Creates aConverterthat can convert an attribute to a double value.private ConverterElementListLabel. getInlineConverter(Context context, java.lang.String name)This will create aConverterfor transforming an XML element into a collection of XML serializable objects.ConverterEntry. getKey(Context context)This is used to get the key converter for the entry.ConverterEntry. getValue(Context context)This is used to get the value converter for the entry.Methods in org.simpleframework.xml.core with parameters of type Converter Modifier and Type Method Description private voidComposite. writeElement(OutputNode node, java.lang.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 Constructor Description Adapter(Converter reader, Label label, java.lang.Object value)Constructor for theAdapterobject.
-