| Package | Description |
|---|---|
| org.bbottema.javareflection | |
| org.bbottema.javareflection.model |
| Modifier and Type | Method and Description |
|---|---|
static Set<String> |
ClassUtils.collectMethodNames(Class<?> dataType,
Class<?> boundaryMarker,
EnumSet<MethodModifier> methodModifiers) |
static List<Method> |
ClassUtils.collectMethods(Class<?> dataType,
Class<?> boundaryMarker,
EnumSet<MethodModifier> methodModifiers)
Returns a list of names that represent the methods on an
Object. |
static List<Method> |
ClassUtils.collectMethodsByName(Class<?> type,
Class<?> boundaryMarker,
EnumSet<MethodModifier> methodModifiers,
String methodName) |
static LinkedHashMap<String,List<Method>> |
ClassUtils.collectMethodsMappingToName(Class<?> type,
Class<?> boundaryMarker,
EnumSet<MethodModifier> methodModifiers) |
static @Nullable Method |
ClassUtils.findFirstMethodByName(Class<?> type,
Class<?> boundaryMarker,
EnumSet<MethodModifier> methodModifiers,
String methodName) |
| Modifier and Type | Field and Description |
|---|---|
static EnumSet<MethodModifier> |
MethodModifier.MATCH_ANY |
| Modifier and Type | Method and Description |
|---|---|
static MethodModifier |
MethodModifier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodModifier[] |
MethodModifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
MethodModifier.meetsModifierRequirements(Method method,
EnumSet<MethodModifier> modifiers) |
Copyright © 2019. All rights reserved.