Uses of Interface
org.bson.codecs.pojo.PropertyCodecRegistry
-
Packages that use PropertyCodecRegistry Package Description org.bson.codecs.pojo This package contains classes specific to mapping user POJOs. -
-
Uses of PropertyCodecRegistry in org.bson.codecs.pojo
Methods in org.bson.codecs.pojo with parameters of type PropertyCodecRegistry 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.
-