public class LeafPropertiesGenerator extends Object
Property objects for all "leaf" values of a bean for the export of beans by
the PropertyResource.| Modifier and Type | Class and Description |
|---|---|
protected static class |
LeafPropertiesGenerator.EntryBuilder |
| Constructor and Description |
|---|
LeafPropertiesGenerator() |
| Modifier and Type | Method and Description |
|---|---|
<B> List<Property<?>> |
generate(BeanProperty<B> beanProperty,
B value)
Generates a list of regular property objects for the given bean's data.
|
public <B> List<Property<?>> generate(BeanProperty<B> beanProperty, B value)
B - the bean typebeanProperty - the bean propertyvalue - the value of the bean propertyCopyright © 2016–2018 The AuthMe Team. All rights reserved.