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