Class GenericArrayTypeImpl

java.lang.Object
org.glassfish.jersey.inject.cdi.se.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:
John Wells (john.wells at oracle.com)
  • 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