Uses of Class
com.thoughtworks.xstream.converters.reflection.FieldDictionary
Packages that use FieldDictionary
-
Uses of FieldDictionary in com.thoughtworks.xstream.converters.reflection
Fields in com.thoughtworks.xstream.converters.reflection declared as FieldDictionaryModifier and TypeFieldDescriptionprotected FieldDictionary
PureJavaReflectionProvider.fieldDictionary
Methods in com.thoughtworks.xstream.converters.reflection with parameters of type FieldDictionaryModifier and TypeMethodDescriptionvoid
PureJavaReflectionProvider.setFieldDictionary
(FieldDictionary dictionary) Constructors in com.thoughtworks.xstream.converters.reflection with parameters of type FieldDictionaryModifierConstructorDescriptionPureJavaReflectionProvider
(FieldDictionary fieldDictionary) Deprecated.SunLimitedUnsafeReflectionProvider
(FieldDictionary fieldDictionary) -
Uses of FieldDictionary in com.thoughtworks.xstream.core
Methods in com.thoughtworks.xstream.core with parameters of type FieldDictionaryModifier and TypeMethodDescriptionstatic ReflectionProvider
JVM.newReflectionProvider
(FieldDictionary dictionary) Create the best matching ReflectionProvider.
SunUnsafeReflectionProvider(FieldDictionary)