Uses of Interface
org.bson.codecs.pojo.TypeWithTypeParameters
-
Packages that use TypeWithTypeParameters Package Description org.bson.codecs.pojo This package contains classes specific to mapping user POJOs. -
-
Uses of TypeWithTypeParameters in org.bson.codecs.pojo
Methods in org.bson.codecs.pojo that return types with arguments of type TypeWithTypeParameters Modifier and Type Method Description List<? extends TypeWithTypeParameters<?>>
TypeWithTypeParameters. getTypeParameters()
Methods in org.bson.codecs.pojo with parameters of type TypeWithTypeParameters Modifier and Type Method Description <T> Codec<T>
PropertyCodecProvider. get(TypeWithTypeParameters<T> type, PropertyCodecRegistry registry)
Get aCodec
using the given context, which includes, most importantly, the class and bound type parameters for which aCodec
is required.<T> Codec<T>
PropertyCodecRegistry. get(TypeWithTypeParameters<T> type)
Gets aCodec
for the given Class.
-