Class GenericArrayTypeImpl

java.lang.Object
org.glassfish.hk2.utilities.reflection.GenericArrayTypeImpl
All Implemented Interfaces:
GenericArrayType, Type

public class GenericArrayTypeImpl extends Object implements GenericArrayType
An implementation of GenericArrayType for those times we need to create this on the fly
  • Field Details

    • genericComponentType

      private final Type genericComponentType
  • Constructor Details

    • GenericArrayTypeImpl

      public GenericArrayTypeImpl(Type gct)
      Creates the GenericArrayType with the given array type
      Parameters:
      gct - the non-null type for this GenericArrayType
  • Method Details