Package org.bson.codecs.pojo
Interface TypeWithTypeParameters<T>
- Type Parameters:
T- the type which potentially has parameterized types
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
Modifier and TypeMethodDescriptiongetType()Deprecated.List<? extends TypeWithTypeParameters<?>> Deprecated.
-
Method Details
-
getType
Deprecated.- Returns:
- the class this
TypeWithTypeParametersrepresents
-
getTypeParameters
List<? extends TypeWithTypeParameters<?>> getTypeParameters()Deprecated.- Returns:
- the type parameters for
getType()
-