B - the bean typepublic class BeanProperty<B> extends Property<B>
| Constructor and Description |
|---|
BeanProperty(Class<B> beanClass,
String path,
B defaultValue) |
BeanProperty(Class<B> beanClass,
String path,
B defaultValue,
Mapper mapper) |
| Modifier and Type | Method and Description |
|---|---|
protected B |
getFromResource(PropertyResource resource) |
Collection<BeanPropertyDescription> |
getWritableProperties(Class<?> clazz)
Returns the properties of the bean class to consider while creating the object.
|
protected B getFromResource(PropertyResource resource)
getFromResource in class Property<B>public Collection<BeanPropertyDescription> getWritableProperties(Class<?> clazz)
clazz - the class to checkCopyright © 2016–2018 The AuthMe Team. All rights reserved.