| Package | Description |
|---|---|
| org.bbottema.javareflection |
| Modifier and Type | Method and Description |
|---|---|
static BeanUtils.Visibility |
BeanUtils.Visibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BeanUtils.Visibility[] |
BeanUtils.Visibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static @NotNull LinkedHashMap<Class<?>,List<FieldWrapper>> |
BeanUtils.collectFields(Class<?> _class,
Class<?> boundaryMarker,
EnumSet<BeanUtils.Visibility> visibility,
EnumSet<BeanUtils.BeanRestriction> beanRestrictions)
Returns a pool of
Field wrappers including optional relevant setter/getter methods, collected from the given class tested
against the given visibility and Bean restriction requirements. |
static boolean |
BeanUtils.isBeanMethod(Method method,
Class<?> boundaryMarker,
EnumSet<BeanUtils.Visibility> visibility)
Verifies is a given method occurs as setter or getter in the declaring class chain.
|
static boolean |
BeanUtils.isBeanMethod(Method method,
Class<?> boundaryMarker,
EnumSet<BeanUtils.Visibility> visibility,
boolean checkBeanLikeForInterfaces) |
Copyright © 2019. All rights reserved.