Class JandexReflection.GenericArrayTypeImpl
java.lang.Object
org.jboss.jandex.JandexReflection.GenericArrayTypeImpl
- All Implemented Interfaces:
GenericArrayType, Type
- Enclosing class:
JandexReflection
private static class JandexReflection.GenericArrayTypeImpl
extends Object
implements GenericArrayType
An implementation of
GenericArrayType that is compatible with the JDK's implementation
(as in, the equals() and hashCode() methods work as expected).-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from interface Type
getTypeName
-
Field Details
-
genericComponentType
-
-
Constructor Details
-
GenericArrayTypeImpl
GenericArrayTypeImpl(Type genericComponentType)
-
-
Method Details
-
getGenericComponentType
- Specified by:
getGenericComponentTypein interfaceGenericArrayType
-
equals
-
hashCode
-
toString
-