class SimpleBeanProperty extends java.lang.Object implements BeanProperty
BeanProperty interface.| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
name |
private Metadata |
value |
| Constructor and Description |
|---|
SimpleBeanProperty(org.springframework.beans.PropertyValue propertyValue)
Constructs a new
SimpleBeanProperty instance. |
SimpleBeanProperty(java.lang.String name,
Metadata value)
Constructs a new
SimpleBeanProperty instance. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Return the name of the property to be injected.
|
Metadata |
getValue()
Return the Metadata for the value to be injected into a bean.
|
private final java.lang.String name
private final Metadata value
public SimpleBeanProperty(java.lang.String name,
Metadata value)
SimpleBeanProperty instance.name - value - public SimpleBeanProperty(org.springframework.beans.PropertyValue propertyValue)
SimpleBeanProperty instance.propertyValue - public java.lang.String getName()
BeanPropertyname attribute.getName in interface BeanPropertypublic Metadata getValue()
BeanPropertyvalue attribute or in inlined text.getValue in interface BeanProperty