Class ParameterizedTypeImpl

java.lang.Object
org.glassfish.jersey.inject.cdi.se.ParameterizedTypeImpl
All Implemented Interfaces:
ParameterizedType, Type

public class ParameterizedTypeImpl extends Object implements ParameterizedType
Simple implementation of ParameterizedType.

John Wells (john.wells at oracle.com)

  • Constructor Details

    • ParameterizedTypeImpl

      public ParameterizedTypeImpl(Type rawType, Type... actualTypeArguments)
      A new parameterized type.
      Parameters:
      rawType - The raw type of this type.
      actualTypeArguments - The actual type arguments.
  • Method Details