Class Generics.GenericArrayTypeImpl

java.lang.Object
com.dslplatform.json.runtime.Generics.GenericArrayTypeImpl
All Implemented Interfaces:
GenericArrayType, Type
Enclosing class:
Generics

private static final class Generics.GenericArrayTypeImpl extends Object implements GenericArrayType
  • Field Details

    • name

      private final String name
    • componentType

      private final Type componentType
  • Constructor Details

    • GenericArrayTypeImpl

      private GenericArrayTypeImpl(String name, Type componentType)
  • Method Details