| Package | Description |
|---|---|
| ch.jalu.configme.beanmapper | |
| ch.jalu.configme.properties |
| Modifier and Type | Method and Description |
|---|---|
protected BeanPropertyDescription |
BeanDescriptionFactory.convert(PropertyDescriptor descriptor)
Converts a
PropertyDescriptor to a BeanPropertyDescription object. |
| Modifier and Type | Method and Description |
|---|---|
Collection<BeanPropertyDescription> |
BeanDescriptionFactory.collectWritableFields(Class<?> clazz)
Returns all properties of the given bean class for which there exists a getter and setter.
|
Collection<BeanPropertyDescription> |
Mapper.getWritableProperties(Class<?> clazz)
Returns the properties of the given bean class that need to be considered when constructing objects.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BeanDescriptionFactory.validateProperties(Class<?> clazz,
Collection<BeanPropertyDescription> properties)
Validates the class' properties.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<BeanPropertyDescription> |
BeanProperty.getWritableProperties(Class<?> clazz)
Returns the properties of the bean class to consider while creating the object.
|
Copyright © 2016–2018 The AuthMe Team. All rights reserved.