public class ReflectiveAnnotatedMethodReader extends Object implements AnnotatedMethodReader<Method>
Constructor and Description |
---|
ReflectiveAnnotatedMethodReader() |
Modifier and Type | Method and Description |
---|---|
Annotation |
getAnnotation(Class<? extends Annotation> annotationClass,
Method methodReference) |
static AnnotatedMethodReader<Method> |
getInstance() |
Method |
getJavaMethod(Method methodReference) |
public static AnnotatedMethodReader<Method> getInstance()
public Annotation getAnnotation(Class<? extends Annotation> annotationClass, Method methodReference)
getAnnotation
in interface AnnotatedMethodReader<Method>
public Method getJavaMethod(Method methodReference)
getJavaMethod
in interface AnnotatedMethodReader<Method>
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.