Package io.activej.types
Class AnnotatedTypes.AnnotatedTypeImpl
java.lang.Object
io.activej.types.AnnotatedTypes.AnnotatedTypeImpl
- All Implemented Interfaces:
AnnotatedElement,AnnotatedType
- Direct Known Subclasses:
AnnotatedTypes.AnnotatedArrayTypeImpl,AnnotatedTypes.AnnotatedParameterizedTypeImpl,AnnotatedTypes.AnnotatedTypeVariableImpl,AnnotatedTypes.AnnotatedWildcardTypeImpl
- Enclosing class:
- AnnotatedTypes
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescription<T extends Annotation>
TgetAnnotation(Class<T> annotationClass) getType()toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.reflect.AnnotatedElement
getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotationsByType, isAnnotationPresent
-
Field Details
-
type
-
annotations
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceAnnotatedType
-
getAnnotatedOwnerType
- Specified by:
getAnnotatedOwnerTypein interfaceAnnotatedType
-
getAnnotation
- Specified by:
getAnnotationin interfaceAnnotatedElement- Specified by:
getAnnotationin interfaceAnnotatedType
-
getAnnotations
- Specified by:
getAnnotationsin interfaceAnnotatedElement- Specified by:
getAnnotationsin interfaceAnnotatedType
-
getDeclaredAnnotations
- Specified by:
getDeclaredAnnotationsin interfaceAnnotatedElement- Specified by:
getDeclaredAnnotationsin interfaceAnnotatedType
-
toString
-