Class BeanPropertyValue

java.lang.Object
org.apache.juneau.BeanPropertyValue
All Implemented Interfaces:
Comparable<BeanPropertyValue>

public class BeanPropertyValue extends Object implements Comparable<BeanPropertyValue>
Represents a simple bean property value and the meta-data associated with it.
See Also:
  • Constructor Details

    • BeanPropertyValue

      public BeanPropertyValue(BeanPropertyMeta pMeta, String name, Object value, Throwable thrown)
      Constructor.
      Parameters:
      pMeta - The bean property metadata.
      name - The bean property name.
      value - The bean property value.
      thrown - The exception thrown by calling the property getter.
  • Method Details