- java.lang.Object
-
- io.leangen.geantyref.AnnotatedTypeImpl
-
- io.leangen.geantyref.AnnotatedArrayTypeImpl
-
- All Implemented Interfaces:
java.lang.reflect.AnnotatedArrayType
,java.lang.reflect.AnnotatedElement
,java.lang.reflect.AnnotatedType
class AnnotatedArrayTypeImpl extends AnnotatedTypeImpl implements java.lang.reflect.AnnotatedArrayType
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.reflect.AnnotatedType
componentType
-
Fields inherited from class io.leangen.geantyref.AnnotatedTypeImpl
annotations, ownerType, type
-
-
Constructor Summary
Constructors Constructor Description AnnotatedArrayTypeImpl(java.lang.reflect.Type type, java.lang.annotation.Annotation[] annotations, java.lang.reflect.AnnotatedType componentType)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) static java.lang.reflect.AnnotatedArrayType
createArrayType(java.lang.reflect.AnnotatedType componentType, java.lang.annotation.Annotation[] annotations)
boolean
equals(java.lang.Object other)
java.lang.reflect.AnnotatedType
getAnnotatedGenericComponentType()
int
hashCode()
java.lang.String
toString()
-
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
-
-
-
-
Method Detail
-
createArrayType
static java.lang.reflect.AnnotatedArrayType createArrayType(java.lang.reflect.AnnotatedType componentType, java.lang.annotation.Annotation[] annotations)
-
getAnnotatedGenericComponentType
public java.lang.reflect.AnnotatedType getAnnotatedGenericComponentType()
- Specified by:
getAnnotatedGenericComponentType
in interfacejava.lang.reflect.AnnotatedArrayType
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classAnnotatedTypeImpl
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAnnotatedTypeImpl
-
toString
public java.lang.String toString()
- Overrides:
toString
in classAnnotatedTypeImpl
-
-