| Package | Description |
|---|---|
| org.bbottema.javareflection |
| Modifier and Type | Method and Description |
|---|---|
static FieldUtils.Visibility |
FieldUtils.Visibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldUtils.Visibility[] |
FieldUtils.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 Map<Class<?>,List<FieldWrapper>> |
FieldUtils.collectFields(Class<?> _class,
Class<?> boundaryMarker,
EnumSet<FieldUtils.Visibility> visibility,
EnumSet<FieldUtils.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. |
Copyright © 2018. All rights reserved.