Uses of Class
org.simpleframework.xml.core.Entry
Packages that use Entry
-
Uses of Entry in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as EntryModifier and TypeFieldDescriptionprivate final Entry
CompositeInlineMap.entry
The entry object contains the details on how to write the map.private final Entry
CompositeKey.entry
This is the entry object used to provide configuration details.private final Entry
CompositeMap.entry
The entry object contains the details on how to write the map.private final Entry
CompositeValue.entry
This is the entry object used to provide configuration details.private Entry
ElementMapLabel.entry
The entry object contains the details on how to write the map.private final Entry
PrimitiveKey.entry
The entry object contains the details on how to write the key.private final Entry
PrimitiveValue.entry
The entry object contains the details on how to write the value.Constructors in org.simpleframework.xml.core with parameters of type EntryModifierConstructorDescriptionCompositeInlineMap
(Context context, Entry entry, Type type) Constructor for theCompositeMap
object.CompositeKey
(Context context, Entry entry, Type type) Constructor for theCompositeKey
object.CompositeMap
(Context context, Entry entry, Type type) Constructor for theCompositeMap
object.CompositeValue
(Context context, Entry entry, Type type) Constructor for theCompositeValue
object.PrimitiveKey
(Context context, Entry entry, Type type) Constructor for thePrimitiveKey
object.PrimitiveValue
(Context context, Entry entry, Type type) Constructor for thePrimitiveValue
object.