java.lang.Object
io.leangen.geantyref.AnnotatedTypeImpl
io.leangen.geantyref.AnnotatedParameterizedTypeImpl
- All Implemented Interfaces:
AnnotatedElement
,AnnotatedParameterizedType
,AnnotatedType
class AnnotatedParameterizedTypeImpl
extends AnnotatedTypeImpl
implements AnnotatedParameterizedType
-
Field Summary
FieldsFields inherited from class io.leangen.geantyref.AnnotatedTypeImpl
annotations, ownerType, type
-
Constructor Summary
ConstructorsConstructorDescriptionAnnotatedParameterizedTypeImpl
(ParameterizedType rawType, Annotation[] annotations, AnnotatedType[] typeArguments, AnnotatedType ownerType) -
Method Summary
Methods inherited from class io.leangen.geantyref.AnnotatedTypeImpl
annotationsString, getAnnotatedOwnerType, getAnnotation, getAnnotations, getDeclaredAnnotations, getType, toMap, typesString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.reflect.AnnotatedElement
getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotationsByType, isAnnotationPresent
Methods inherited from interface java.lang.reflect.AnnotatedParameterizedType
getAnnotatedOwnerType
Methods inherited from interface java.lang.reflect.AnnotatedType
getAnnotation, getAnnotations, getDeclaredAnnotations, getType
-
Field Details
-
typeArguments
-
-
Constructor Details
-
AnnotatedParameterizedTypeImpl
AnnotatedParameterizedTypeImpl(ParameterizedType rawType, Annotation[] annotations, AnnotatedType[] typeArguments, AnnotatedType ownerType)
-
-
Method Details
-
getAnnotatedActualTypeArguments
- Specified by:
getAnnotatedActualTypeArguments
in interfaceAnnotatedParameterizedType
-
equals
- Overrides:
equals
in classAnnotatedTypeImpl
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAnnotatedTypeImpl
-
toString
- Overrides:
toString
in classAnnotatedTypeImpl
-