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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<T>
getType()
List<? extends TypeWithTypeParameters<?>>
getTypeParameters()
-
-
-
Method Detail
-
getTypeParameters
List<? extends TypeWithTypeParameters<?>> getTypeParameters()
- Returns:
- the type parameters for
getType()
-
-