public class PropertyValue
extends Object
A mutable view of a bean property value.
| Constructor and description |
|---|
PropertyValue(Object bean, MetaProperty mp)Creates a property value view. |
Creates a property value view.
bean - the bean owning the propertymp - the property metadataReturns the property name.
Returns the property type.
Returns the current property value.
Sets the property value.
value - the new property valueCopyright © 2003-2026 The Apache Software Foundation. All rights reserved.