| Package | Description |
|---|---|
| ch.jalu.configme.beanmapper.propertydescription |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanPropertyDescriptionImpl
Default implementation of
BeanPropertyDescription. |
| Modifier and Type | Method and Description |
|---|---|
protected BeanPropertyDescription |
BeanDescriptionFactoryImpl.convert(PropertyDescriptor descriptor)
Converts a
PropertyDescriptor to a BeanPropertyDescription object. |
| Modifier and Type | Method and Description |
|---|---|
protected List<BeanPropertyDescription> |
BeanDescriptionFactoryImpl.collectAllProperties(Class<?> clazz)
Collects all properties available on the given class.
|
Collection<BeanPropertyDescription> |
BeanDescriptionFactory.getAllProperties(Class<?> clazz)
Returns all properties on the given class which should be considered while creating a bean of the
given type.
|
Collection<BeanPropertyDescription> |
BeanDescriptionFactoryImpl.getAllProperties(Class<?> clazz)
Returns all properties of the given bean class for which there exists a getter and setter.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BeanDescriptionFactoryImpl.validateProperties(Class<?> clazz,
Collection<BeanPropertyDescription> properties)
Validates the class' properties.
|
Copyright © 2016–2018 The AuthMe Team. All rights reserved.