Class BeanProperty

java.lang.Object
com.thoughtworks.xstream.converters.javabean.BeanProperty

public class BeanProperty extends Object
Deprecated.
As of 1.3.1, no longer in use
Provide access to a bean property.
  • Field Details

    • memberClass

      private Class memberClass
      Deprecated.
      the target class
    • propertyName

      private String propertyName
      Deprecated.
      the property name
    • type

      private Class type
      Deprecated.
      the property type
    • getter

      protected Method getter
      Deprecated.
      the getter
    • setter

      private Method setter
      Deprecated.
      the setter
    • EMPTY_ARGS

      private static final Object[] EMPTY_ARGS
      Deprecated.
  • Constructor Details

    • BeanProperty

      public BeanProperty(Class memberClass, String propertyName, Class propertyType)
      Deprecated.
      Creates a new BeanPropertythat gets the specified property from the specified class.
  • Method Details