org.springframework.beans.PropertyValues |
![]() |
Holder containing one or more PropertyValue
objects,
typically comprising one update for a specific target bean.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Return the changes since the previous PropertyValues.
| |||||||||||
Is there a property value (or other processing entry) for this property?
| |||||||||||
Return the property value with the given name, if any.
| |||||||||||
Return an array of the PropertyValue objects held in this object.
| |||||||||||
Does this holder not contain any PropertyValue objects at all?
|
Return the changes since the previous PropertyValues.
Subclasses should also override equals
.
old | old property values |
---|
Is there a property value (or other processing entry) for this property?
propertyName | the name of the property we're interested in |
---|
Return the property value with the given name, if any.
propertyName | the name to search for |
---|
null
Return an array of the PropertyValue objects held in this object.
Does this holder not contain any PropertyValue objects at all?