Package org.bson.codecs.pojo
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 Summary
-
Method Details
-
getType
- Returns:
- the class this
TypeWithTypeParameters
represents
-
getTypeParameters
List<? extends TypeWithTypeParameters<?>> getTypeParameters()- Returns:
- the type parameters for
getType()
-