public class BeanPropertyImpl extends Object implements MutableBeanProperty
| Constructor and Description |
|---|
BeanPropertyImpl() |
BeanPropertyImpl(BeanProperty source) |
BeanPropertyImpl(String name,
Metadata value) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
setName(String name) |
void |
setValue(Metadata value) |
String |
toString() |
public BeanPropertyImpl()
public BeanPropertyImpl(BeanProperty source)
public String getName()
BeanPropertyname attribute.getName in interface BeanPropertypublic void setName(String name)
setName in interface MutableBeanPropertypublic Metadata getValue()
BeanPropertyvalue attribute or in inlined text.getValue in interface BeanPropertypublic void setValue(Metadata value)
setValue in interface MutableBeanPropertyCopyright © 2015. All rights reserved.