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 Detail

      • getType

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