| Package | Description |
|---|---|
| org.bbottema.javareflection |
| Modifier and Type | Method and Description |
|---|---|
static BeanUtils.BeanRestriction |
BeanUtils.BeanRestriction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BeanUtils.BeanRestriction[] |
BeanUtils.BeanRestriction.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>> |
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. |
Copyright © 2018. All rights reserved.