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) interface
TheRepeater
interface 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) class
TheComposite
object is used to perform serialization of objects that contain XML annotations.(package private) class
TheCompositeArray
object is used to convert a list of elements to an array of object entries.(package private) class
TheCompositeInlineList
object is used to convert an group of elements in to a collection of element entries.(package private) class
TheCompositeMap
is used to serialize and deserialize maps to and from a source XML document.(package private) class
TheCompositeKey
object is used to convert an object to an from an XML element.(package private) class
TheCompositeList
object is used to convert an element list to a collection of element entries.(package private) class
TheCompositeListUnion
object is used to act as a mediator for multiple converters associated with a particular union group.(package private) class
TheCompositeMap
is used to serialize and deserialize maps to and from a source XML document.(package private) class
TheCompositeMapUnion
object is used to act as a mediator for multiple converters associated with a particular union group.(package private) class
TheCompositeUnion
object is used to act as a mediator for multiple converters associated with a particular union group.(package private) class
TheCompositeValue
object is used to convert an object to an from an XML element.(package private) class
ThePrimitive
object is used to provide serialization for primitive objects.(package private) class
ThePrimitiveArray
object is used to convert a list of elements to an array of object entries.(package private) class
ThePrimitiveInlineList
object is used to convert a group of elements in to a collection of element entries.(package private) class
ThePrimitiveKey
is used to serialize a primitive key to and from a node.(package private) class
ThePrimitiveList
object is used to convert an element list to a collection of element entries.(package private) class
ThePrimitiveValue
is used to serialize a primitive value to and from a node.(package private) class
ThisTextList
object is a converter that is used to read free text and insert that text in to a list.private static class
TheAdapter
object is used to call the repeater with the original deserialized object.Fields in org.simpleframework.xml.core declared as ConverterModifier and TypeFieldDescriptionprivate final Converter
CompositeInlineMap.key
This is the name of the entry wrapping the key and value.private final Converter
CompositeMap.key
This is the name of the entry wrapping the key and value.private final Converter
Variable.Adapter.reader
This is the converter object used to perform a repeat read.private final Converter
CompositeInlineMap.value
This is the type that the value objects are instances of.private final Converter
CompositeMap.value
This 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 aConverter
that can convert an attribute to a primitive object.CacheLabel.getConverter
(Context context) This method returns aConverter
which can be used to convert an XML node into an object value and vice versa.ElementArrayLabel.getConverter
(Context context) This will create aConverter
for transforming an XML element into an array of XML serializable objects.private Converter
ElementArrayLabel.getConverter
(Context context, String name) This will create aConverter
for 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 aConverter
for transforming an XML element into a collection of XML serializable objects.private Converter
ElementListLabel.getConverter
(Context context, String name) This will create aConverter
for transforming an XML element into a collection of XML serializable objects.ElementListUnionLabel.getConverter
(Context context) This method returns aConverter
which can be used to convert an XML node into an object value and vice versa.ElementMapLabel.getConverter
(Context context) This method returns aConverter
which can be used to convert an XML node into an object value and vice versa.ElementMapUnionLabel.getConverter
(Context context) This method returns aConverter
which can be used to convert an XML node into an object value and vice versa.ElementUnionLabel.getConverter
(Context context) This method returns aConverter
which can be used to convert an XML node into an object value and vice versa.Label.getConverter
(Context context) This method returns aConverter
which 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 aConverter
which can be used to convert an XML node into an object value and vice versa.Variable.getConverter
(Context context) This method returns aConverter
which can be used to convert an XML node into an object value and vice versa.VersionLabel.getConverter
(Context context) Creates aConverter
that can convert an attribute to a double value.private Converter
ElementListLabel.getInlineConverter
(Context context, String name) This will create aConverter
for 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 void
Composite.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