Interface TypeWithTypeParameters<T>

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

@Deprecated(since="2022-10-31") public interface TypeWithTypeParameters<T>
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
A combination of a type and its type parameters.
Since:
3.6
  • Method Details

    • getType

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

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