public interface BeanDescriptionFactory
Default implementation: BeanDescriptionFactoryImpl.
| Modifier and Type | Method and Description |
|---|---|
Collection<BeanPropertyDescription> |
getAllProperties(Class<?> clazz)
Returns all properties on the given class which should be considered while creating a bean of the
given type.
|
Collection<BeanPropertyDescription> getAllProperties(Class<?> clazz)
clazz - the class whose properties should be returnedCopyright © 2016–2018 The AuthMe Team. All rights reserved.