Uses of Interface
org.simpleframework.xml.core.Repeater

Packages that use Repeater
Package
Description
 
  • Uses of Repeater in org.simpleframework.xml.core

    Classes in org.simpleframework.xml.core that implement Repeater
    Modifier and Type
    Class
    Description
    (package private) class 
    The CompositeInlineList object is used to convert an group of elements in to a collection of element entries.
    (package private) class 
    The CompositeMap is used to serialize and deserialize maps to and from a source XML document.
    (package private) class 
    The CompositeListUnion object is used to act as a mediator for multiple converters associated with a particular union group.
    (package private) class 
    The CompositeMapUnion object is used to act as a mediator for multiple converters associated with a particular union group.
    (package private) class 
    The PrimitiveInlineList object is used to convert a group of elements in to a collection of element entries.
    (package private) class 
    This TextList object is a converter that is used to read free text and insert that text in to a list.
    private static class 
    The Adapter object is used to call the repeater with the original deserialized object.