Class AbstractReflectionConverter.FieldLocation

java.lang.Object
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.FieldLocation
Direct Known Subclasses:
AbstractReflectionConverter.FieldInfo
Enclosing class:
AbstractReflectionConverter

private static class AbstractReflectionConverter.FieldLocation extends Object
  • Field Details

    • fieldName

      final String fieldName
    • definedIn

      final Class definedIn
  • Constructor Details

    • FieldLocation

      FieldLocation(String fieldName, Class definedIn)
  • Method Details