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 Detail

      • getType

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