Uses of Class
com.thoughtworks.xstream.converters.reflection.FieldDictionary.DictionaryEntry
-
Packages that use FieldDictionary.DictionaryEntry Package Description com.thoughtworks.xstream.converters.reflection -
-
Uses of FieldDictionary.DictionaryEntry in com.thoughtworks.xstream.converters.reflection
Fields in com.thoughtworks.xstream.converters.reflection declared as FieldDictionary.DictionaryEntry Modifier and Type Field Description private static FieldDictionary.DictionaryEntry
FieldDictionary. OBJECT_DICTIONARY_ENTRY
Methods in com.thoughtworks.xstream.converters.reflection that return FieldDictionary.DictionaryEntry Modifier and Type Method Description private FieldDictionary.DictionaryEntry
FieldDictionary. buildDictionaryEntryForClass(java.lang.Class cls, FieldDictionary.DictionaryEntry lastDictionaryEntry)
private FieldDictionary.DictionaryEntry
FieldDictionary. getDictionaryEntry(java.lang.Class cls)
Methods in com.thoughtworks.xstream.converters.reflection with parameters of type FieldDictionary.DictionaryEntry Modifier and Type Method Description private FieldDictionary.DictionaryEntry
FieldDictionary. buildDictionaryEntryForClass(java.lang.Class cls, FieldDictionary.DictionaryEntry lastDictionaryEntry)
-