public class JavaReflectionParameter extends MetaParameter
Constructor and Description |
---|
JavaReflectionParameter(MetaClass type,
Annotation[] annotations,
MetaClassMember declaredBy) |
Modifier and Type | Method and Description |
---|---|
<A extends Annotation> |
getAnnotation(Class<A> annotation) |
Annotation[] |
getAnnotations() |
MetaClassMember |
getDeclaringMember() |
String |
getName() |
MetaClass |
getType() |
String |
toString() |
equals, hashCode, hashString
isAnnotationPresent
public JavaReflectionParameter(MetaClass type, Annotation[] annotations, MetaClassMember declaredBy)
public String getName()
getName
in class MetaParameter
public MetaClass getType()
getType
in class MetaParameter
public Annotation[] getAnnotations()
public final <A extends Annotation> A getAnnotation(Class<A> annotation)
public MetaClassMember getDeclaringMember()
getDeclaringMember
in class MetaParameter
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.