| Constructor and Description |
|---|
BeanPropertyValue(BeanProperty<T,V> beanProperty,
V value)
Instantiates a new bean property value.
|
| Modifier and Type | Method and Description |
|---|---|
BeanProperty<T,V> |
getBeanProperty()
get beanProperty value.
|
java.lang.Class<V> |
getType()
get type.
|
V |
getValue()
get value value.
|
java.lang.String |
toString() |
public BeanPropertyValue(BeanProperty<T,V> beanProperty, V value)
beanProperty - the bean propertyvalue - the valuepublic BeanProperty<T,V> getBeanProperty()
public V getValue()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Class<V> getType()