public interface BeanPropertyDescription
MapperImpl.
There, for instance, there is a BeanDescriptionFactory field responsible for creating bean descriptions.
Default implementation is BeanPropertyDescriptionImpl.
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
TypeInformation |
getTypeInformation() |
Object |
getValue(Object bean)
Returns the value of the property for the given bean.
|
void |
setValue(Object bean,
Object value)
Sets the given value on the provided bean for this property.
|
String getName()
TypeInformation getTypeInformation()
void setValue(Object bean, Object value)
property type.bean - the bean to set the property onvalue - the value to setCopyright © 2016–2018 The AuthMe Team. All rights reserved.