Uses of Interface
org.simpleframework.xml.core.Repeater
Packages that use Repeater
-
Uses of Repeater in org.simpleframework.xml.core
Classes in org.simpleframework.xml.core that implement RepeaterModifier and TypeClassDescription(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
TheCompositeListUnion
object is used to act as a mediator for multiple converters associated with a particular union group.(package private) class
TheCompositeMapUnion
object is used to act as a mediator for multiple converters associated with a particular union group.(package private) class
ThePrimitiveInlineList
object is used to convert a group of elements in to a collection of element entries.(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.