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.DictionaryEntryFieldDictionary. OBJECT_DICTIONARY_ENTRYMethods in com.thoughtworks.xstream.converters.reflection that return FieldDictionary.DictionaryEntry Modifier and Type Method Description private FieldDictionary.DictionaryEntryFieldDictionary. buildDictionaryEntryForClass(java.lang.Class cls, FieldDictionary.DictionaryEntry lastDictionaryEntry)private FieldDictionary.DictionaryEntryFieldDictionary. 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.DictionaryEntryFieldDictionary. buildDictionaryEntryForClass(java.lang.Class cls, FieldDictionary.DictionaryEntry lastDictionaryEntry)
-