Class AnnotatedParameterizedTypeImpl
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 AnnotatedTypeImpl
annotations, ownerType, type -
Constructor Summary
ConstructorsConstructorDescriptionAnnotatedParameterizedTypeImpl(ParameterizedType rawType, Annotation[] annotations, AnnotatedType[] typeArguments, AnnotatedType ownerType) -
Method Summary
Methods inherited from class AnnotatedTypeImpl
annotationsString, getAnnotatedOwnerType, getAnnotation, getAnnotations, getDeclaredAnnotations, getType, toMap, typesStringMethods inherited from interface AnnotatedElement
getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotationsByType, isAnnotationPresentMethods inherited from interface AnnotatedParameterizedType
getAnnotatedOwnerTypeMethods inherited from interface 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:
getAnnotatedActualTypeArgumentsin interfaceAnnotatedParameterizedType
-
equals
- Overrides:
equalsin classAnnotatedTypeImpl
-
hashCode
public int hashCode()- Overrides:
hashCodein classAnnotatedTypeImpl
-
toString
- Overrides:
toStringin classAnnotatedTypeImpl
-