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 FieldDictionaryPureJavaReflectionProvider.fieldDictionaryMethods in com.thoughtworks.xstream.converters.reflection with parameters of type FieldDictionaryModifier and TypeMethodDescriptionvoidPureJavaReflectionProvider.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 ReflectionProviderJVM.newReflectionProvider(FieldDictionary dictionary) Create the best matching ReflectionProvider.
SunUnsafeReflectionProvider(FieldDictionary)