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 EntryCompositeInlineMap.entryThe entry object contains the details on how to write the map.private final EntryCompositeKey.entryThis is the entry object used to provide configuration details.private final EntryCompositeMap.entryThe entry object contains the details on how to write the map.private final EntryCompositeValue.entryThis is the entry object used to provide configuration details.private EntryElementMapLabel.entryThe entry object contains the details on how to write the map.private final EntryPrimitiveKey.entryThe entry object contains the details on how to write the key.private final EntryPrimitiveValue.entryThe 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 theCompositeMapobject.CompositeKey(Context context, Entry entry, Type type) Constructor for theCompositeKeyobject.CompositeMap(Context context, Entry entry, Type type) Constructor for theCompositeMapobject.CompositeValue(Context context, Entry entry, Type type) Constructor for theCompositeValueobject.PrimitiveKey(Context context, Entry entry, Type type) Constructor for thePrimitiveKeyobject.PrimitiveValue(Context context, Entry entry, Type type) Constructor for thePrimitiveValueobject.