Package | Description |
---|---|
org.bson.codecs |
This package contains all the default BSON codecs.
|
org.bson.codecs.configuration |
This package contains codec configurations and the codec registry helper
|
org.bson.codecs.pojo |
This package contains classes specific to mapping user POJOs.
|
Modifier and Type | Class and Description |
---|---|
class |
BsonValueCodecProvider
A
CodecProvider for all subclass of BsonValue. |
class |
DocumentCodecProvider
A
CodecProvider for the Document class and all the default Codec implementations on which it depends. |
class |
IterableCodecProvider
A
CodecProvider for classes than implement the Iterable interface. |
class |
MapCodecProvider
A
CodecProvider for the Map class and all the default Codec implementations on which it depends. |
class |
UuidCodecProvider
A
CodecProvider for UUID Codecs with custom UUID representations |
class |
ValueCodecProvider
A Codec provider for dynamically-typed value classes.
|
Modifier and Type | Method and Description |
---|---|
static CodecRegistry |
CodecRegistries.fromProviders(CodecProvider... providers)
Creates a
CodecRegistry from the provided list of CodecProvider instances. |
Modifier and Type | Method and Description |
---|---|
static CodecRegistry |
CodecRegistries.fromProviders(List<? extends CodecProvider> providers)
Creates a
CodecRegistry from the provided list of CodecProvider instances. |
Modifier and Type | Class and Description |
---|---|
class |
PojoCodecProvider
Provides Codecs for registered POJOs via the ClassModel abstractions.
|
Copyright © 2018. All rights reserved.