Class AnnotationHelper

java.lang.Object
io.agistep.utils.AnnotationHelper

public final class AnnotationHelper extends Object
  • Constructor Details

    • AnnotationHelper

      public AnnotationHelper()
  • Method Details

    • hasAnnotation

      public static boolean hasAnnotation(Class<?> clazz, Class<? extends Annotation> annotationClass)
    • getMethodsListWithAnnotation

      public static List<Method> getMethodsListWithAnnotation(Class<?> clazz, Class<? extends Annotation> annotationClass)
    • getAnnotation

      public static <A extends Annotation> A getAnnotation(Method method, Class<A> annotationClass)