Class AnnotatedArrayTypeImpl
java.lang.Object
io.leangen.geantyref.AnnotatedTypeImpl
io.leangen.geantyref.AnnotatedArrayTypeImpl
- All Implemented Interfaces:
AnnotatedArrayType, AnnotatedElement, AnnotatedType
-
Field Summary
FieldsFields inherited from class AnnotatedTypeImpl
annotations, ownerType, type -
Constructor Summary
ConstructorsConstructorDescriptionAnnotatedArrayTypeImpl(Type type, Annotation[] annotations, AnnotatedType componentType) -
Method Summary
Modifier and TypeMethodDescription(package private) static AnnotatedArrayTypecreateArrayType(AnnotatedType componentType, Annotation[] annotations) booleaninthashCode()toString()Methods inherited from class AnnotatedTypeImpl
annotationsString, getAnnotatedOwnerType, getAnnotation, getAnnotations, getDeclaredAnnotations, getType, toMap, typesStringMethods inherited from interface AnnotatedArrayType
getAnnotatedOwnerTypeMethods inherited from interface AnnotatedElement
getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotationsByType, isAnnotationPresentMethods inherited from interface AnnotatedType
getAnnotation, getAnnotations, getDeclaredAnnotations, getType
-
Field Details
-
componentType
-
-
Constructor Details
-
AnnotatedArrayTypeImpl
AnnotatedArrayTypeImpl(Type type, Annotation[] annotations, AnnotatedType componentType)
-
-
Method Details
-
createArrayType
-
getAnnotatedGenericComponentType
- Specified by:
getAnnotatedGenericComponentTypein interfaceAnnotatedArrayType
-
equals
- Overrides:
equalsin classAnnotatedTypeImpl
-
hashCode
public int hashCode()- Overrides:
hashCodein classAnnotatedTypeImpl
-
toString
- Overrides:
toStringin classAnnotatedTypeImpl
-