Class TypeVariableImpl<D extends GenericDeclaration>
java.lang.Object
org.jboss.resteasy.reactive.common.util.types.TypeVariableImpl<D>
- All Implemented Interfaces:
AnnotatedElement,Type,TypeVariable<D>
public class TypeVariableImpl<D extends GenericDeclaration>
extends Object
implements TypeVariable<D>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends Annotation>
TgetAnnotation(Class<T> annotationClass) Type[]getName()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.reflect.AnnotatedElement
getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotationsByType, isAnnotationPresentMethods inherited from interface java.lang.reflect.Type
getTypeName
-
Constructor Details
-
TypeVariableImpl
-
-
Method Details
-
getAnnotation
- Specified by:
getAnnotationin interfaceAnnotatedElement
-
getAnnotations
- Specified by:
getAnnotationsin interfaceAnnotatedElement
-
getDeclaredAnnotations
- Specified by:
getDeclaredAnnotationsin interfaceAnnotatedElement
-
getBounds
- Specified by:
getBoundsin interfaceTypeVariable<D extends GenericDeclaration>
-
getGenericDeclaration
- Specified by:
getGenericDeclarationin interfaceTypeVariable<D extends GenericDeclaration>
-
getName
- Specified by:
getNamein interfaceTypeVariable<D extends GenericDeclaration>
-
getAnnotatedBounds
- Specified by:
getAnnotatedBoundsin interfaceTypeVariable<D extends GenericDeclaration>
-