public class EmulatedAnnotatedType<T extends Type> extends Object implements AnnotatedType
| Modifier and Type | Method and Description |
|---|---|
<A extends Annotation> |
getAnnotation(Class<A> annotationClass) |
Annotation[] |
getAnnotations() |
Annotation[] |
getDeclaredAnnotations() |
Type |
getType() |
static EmulatedAnnotatedType<?> |
wrap(Type type) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotationsByType, isAnnotationPresentpublic static EmulatedAnnotatedType<?> wrap(Type type)
public <A extends Annotation> A getAnnotation(Class<A> annotationClass)
getAnnotation in interface AnnotatedElementpublic Annotation[] getAnnotations()
getAnnotations in interface AnnotatedElementpublic Annotation[] getDeclaredAnnotations()
getDeclaredAnnotations in interface AnnotatedElementpublic Type getType()
getType in interface AnnotatedTypeCopyright © 2010–2020 The Apache Software Foundation. All rights reserved.