Package org.jboss.jandex
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 Details
-
genericComponentType
-
-
Constructor Details
-
GenericArrayTypeImpl
GenericArrayTypeImpl(Type genericComponentType)
-
-
Method Details
-
getGenericComponentType
- Specified by:
getGenericComponentTypein interfaceGenericArrayType
-
equals
-
hashCode
public int hashCode() -
toString
-