Package org.bson.codecs.pojo
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 Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.Class<T>getType()Deprecated.java.util.List<? extends TypeWithTypeParameters<?>>getTypeParameters()Deprecated.
-
-
-
Method Detail
-
getType
java.lang.Class<T> getType()
Deprecated.- Returns:
- the class this
TypeWithTypeParametersrepresents
-
getTypeParameters
java.util.List<? extends TypeWithTypeParameters<?>> getTypeParameters()
Deprecated.- Returns:
- the type parameters for
getType()
-
-