public class TestClass extends Object
Modifier and Type | Method and Description |
---|---|
<A extends Annotation> |
getAnnotation(Class<A> annotation) |
Class<?> |
getJavaClass() |
Method |
getMethod(Class<? extends Annotation> annotation) |
Method[] |
getMethods(Class<? extends Annotation> annotation) |
String |
getName() |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotation) |
public TestClass(Class<?> testClass)
public Class<?> getJavaClass()
public String getName()
public boolean isAnnotationPresent(Class<? extends Annotation> annotation)
public <A extends Annotation> A getAnnotation(Class<A> annotation)
public Method getMethod(Class<? extends Annotation> annotation)
public Method[] getMethods(Class<? extends Annotation> annotation)
Copyright © 2017 JBoss by Red Hat. All rights reserved.