Package org.apache.juneau
Class BeanPropertyValue
java.lang.Object
org.apache.juneau.BeanPropertyValue
- All Implemented Interfaces:
Comparable<BeanPropertyValue>
Represents a simple bean property value and the meta-data associated with it.
-
Constructor Summary
ConstructorsConstructorDescriptionBeanPropertyValue(BeanPropertyMeta pMeta, String name, Object value, Throwable thrown) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionintfinal ClassMeta<?>Returns the bean property metadata.final BeanPropertyMetagetMeta()Returns the bean property metadata.final StringgetName()Returns the bean property name.final ThrowableReturns the exception thrown by calling the property getter.final ObjectgetValue()Returns the bean property value.toString()
-
Constructor Details
-
BeanPropertyValue
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
-
compareTo
- Specified by:
compareToin interfaceComparable<BeanPropertyValue>
-
getClassMeta
Returns the bean property metadata.- Returns:
- The bean property metadata.
-
getMeta
Returns the bean property metadata.- Returns:
- The bean property metadata.
-
getName
Returns the bean property name.- Returns:
- The bean property name.
-
getThrown
Returns the exception thrown by calling the property getter.- Returns:
- The exception thrown by calling the property getter.
-
getValue
Returns the bean property value.- Returns:
- The bean property value.
-
properties
-
toString
-