Class 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
    Author:
    jwells
    • Constructor Detail

      • GenericArrayTypeImpl

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