| Package | Description |
|---|---|
| net.obvj.agents.util |
Provides utility classes in general.
|
| Modifier and Type | Method and Description |
|---|---|
static AnnotationUtils.MethodFilter |
AnnotationUtils.MethodFilter.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationUtils.MethodFilter[] |
AnnotationUtils.MethodFilter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Method |
AnnotationUtils.getSinglePublicMethodWithAnnotation(Class<? extends Annotation> annotationClass,
Class<?> sourceClass,
AnnotationUtils.MethodFilter methodFilter)
Returns the public method of the given class that is annotated with the given
annotation, provided that only a single method containing this annotation exists in the
class.
|
Copyright © 2021. All rights reserved.