Uses of Class
org.simpleframework.xml.core.Entry
-
Packages that use Entry Package Description org.simpleframework.xml.core -
-
Uses of Entry in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as Entry Modifier and Type Field Description private EntryCompositeInlineMap. entryThe entry object contains the details on how to write the map.private EntryCompositeKey. entryThis is the entry object used to provide configuration details.private EntryCompositeMap. entryThe entry object contains the details on how to write the map.private 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 EntryPrimitiveKey. entryThe entry object contains the details on how to write the key.private EntryPrimitiveValue. entryThe entry object contains the details on how to write the value.Constructors in org.simpleframework.xml.core with parameters of type Entry Constructor Description CompositeInlineMap(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.
-