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.
Author:
Andrea Aime
  • Field Details

    • getter

      protected Method getter
      Deprecated.
      the getter
  • 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