Uses of Class
org.bson.codecs.EncoderContext.Builder
-
Packages that use EncoderContext.Builder Package Description org.bson.codecs This package contains all the default BSON codecs. -
-
Uses of EncoderContext.Builder in org.bson.codecs
Methods in org.bson.codecs that return EncoderContext.Builder Modifier and Type Method Description static EncoderContext.Builder
EncoderContext. builder()
Create a builder.EncoderContext.Builder
EncoderContext.Builder. isEncodingCollectibleDocument(boolean encodingCollectibleDocument)
Set to true if the the value to be encoded is a document that will be put in a MongoDB collection.
-