repo1.maven.org$maven2@org.springframework$spring-beans@2.5.6
repo1.maven.org$maven2@org.springframework$spring-beans@2.5.6@org$springframework$beans$PropertyValues.java
file
oh
o
[]
package org.springframework.beans;
Holder containing one or more
PropertyValue objects,
typically comprising one update for a specific target bean.
- Author(s):
- Rod Johnson
- Juergen Hoeller
- Since:
- 13 May 2001
- See also:
PropertyValue
Return an array of the PropertyValue objects held in this object.
Return the property value with the given name, if any.
- Parameters:
propertyName the name to search for- Returns:
- the property value, or
null
Is there a property value (or other processing entry) for this property?
- Parameters:
propertyName the name of the property we're interested in- Returns:
- whether there is a property value for this property
Does this holder not contain any PropertyValue objects at all?
Return the changes since the previous PropertyValues.
Subclasses should also override
equals.