Uses of Class
com.thoughtworks.xstream.converters.reflection.FieldDictionary
-
Packages that use FieldDictionary Package Description com.thoughtworks.xstream.converters.reflection com.thoughtworks.xstream.core -
-
Uses of FieldDictionary in com.thoughtworks.xstream.converters.reflection
Fields in com.thoughtworks.xstream.converters.reflection declared as FieldDictionary Modifier and Type Field Description protected FieldDictionary
PureJavaReflectionProvider. fieldDictionary
Methods in com.thoughtworks.xstream.converters.reflection with parameters of type FieldDictionary Modifier and Type Method Description void
PureJavaReflectionProvider. setFieldDictionary(FieldDictionary dictionary)
Constructors in com.thoughtworks.xstream.converters.reflection with parameters of type FieldDictionary Constructor Description PureJavaReflectionProvider(FieldDictionary fieldDictionary)
Sun14ReflectionProvider(FieldDictionary dic)
Deprecated.As of 1.4.7 useSunUnsafeReflectionProvider(FieldDictionary)
SunLimitedUnsafeReflectionProvider(FieldDictionary fieldDictionary)
SunUnsafeReflectionProvider(FieldDictionary dic)
-
Uses of FieldDictionary in com.thoughtworks.xstream.core
Methods in com.thoughtworks.xstream.core with parameters of type FieldDictionary Modifier and Type Method Description static ReflectionProvider
JVM. newReflectionProvider(FieldDictionary dictionary)
Create the best matching ReflectionProvider.
-