Interface TypeWithTypeParameters<T>

Type Parameters:
T - the type which potentially has parameterized types

public interface TypeWithTypeParameters<T>
A combination of a type and its type parameters.
Since:
3.6
  • Method Details

    • getType

      Class<T> getType()
      Returns:
      the class this TypeWithTypeParameters represents
    • getTypeParameters

      List<? extends TypeWithTypeParameters<?>> getTypeParameters()
      Returns:
      the type parameters for getType()