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

      private final Type genericComponentType
  • Constructor Details

    • GenericArrayTypeImpl

      GenericArrayTypeImpl(Type genericComponentType)
  • Method Details