Class AbstractReflectionConverter.FieldInfo
- java.lang.Object
-
- com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.FieldLocation
-
- com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.FieldInfo
-
- Enclosing class:
- AbstractReflectionConverter
private static class AbstractReflectionConverter.FieldInfo extends AbstractReflectionConverter.FieldLocation
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.Class
type
(package private) java.lang.Object
value
-
Fields inherited from class com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.FieldLocation
definedIn, fieldName
-
-
Constructor Summary
Constructors Constructor Description FieldInfo(java.lang.String fieldName, java.lang.Class type, java.lang.Class definedIn, java.lang.Object value)
-
Method Summary
-
Methods inherited from class com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.FieldLocation
equals, hashCode
-
-