Class Types.GenericArrayTypeImpl

java.lang.Object
org.apache.maven.di.impl.Types.GenericArrayTypeImpl
All Implemented Interfaces:
GenericArrayType, Type
Enclosing class:
Types

public static final class Types.GenericArrayTypeImpl extends Object implements GenericArrayType
  • Field Details

    • componentType

      private final Type componentType
  • Constructor Details

    • GenericArrayTypeImpl

      GenericArrayTypeImpl(Type componentType)
  • Method Details