Uses of Interface
org.springframework.data.mongodb.CodecRegistryProvider
Package
Description
Spring Data's MongoDB abstraction.
MongoDB core support.
Support for the MongoDB aggregation framework.
Spring Data MongoDB specific converter infrastructure.
MongoDB driver-specific utility classes for
Bson
and DBObject
interaction.-
Uses of CodecRegistryProvider in org.springframework.data.mongodb
Modifier and TypeInterfaceDescriptioninterface
Interface for factories creatingMongoDatabase
instances.interface
Interface for factories creating reactiveMongoDatabase
instances.ModifierConstructorDescriptionBindableMongoExpression
(String expression, CodecRegistryProvider codecRegistryProvider, Object[] args) Create a new instance ofBindableMongoExpression
. -
Uses of CodecRegistryProvider in org.springframework.data.mongodb.core
Modifier and TypeClassDescriptionclass
Common base class for usage with bothMongoClients
defining common properties such as database name and exception translator.class
Factory to createMongoDatabase
instances from aMongoClient
instance.class
Factory to createMongoDatabase
instances from aMongoClient
instance. -
Uses of CodecRegistryProvider in org.springframework.data.mongodb.core.aggregation
Modifier and TypeClassDescriptionclass
AggregationOperationContext
implementation prefixing non-command keys on root level with the given prefix.class
ATypeBasedAggregationOperationContext
with less restrictive field reference handling, suppressingInvalidPersistentPropertyPath
exceptions when resolving mapped field names.class
AggregationOperationContext
aware of a particular type and aMappingContext
to potentially translate property references into document field names. -
Uses of CodecRegistryProvider in org.springframework.data.mongodb.core.convert
Modifier and TypeInterfaceDescriptioninterface
Central Mongo specific converter interface which combinesMongoWriter
andEntityReader
.Modifier and TypeClassDescriptionclass
Base class forMongoConverter
implementations.class
MongoConverter
that uses aMappingContext
to do sophisticated mapping of domain objects toDocument
.Modifier and TypeFieldDescriptionprotected CodecRegistryProvider
MappingMongoConverter.codecRegistryProvider
Modifier and TypeMethodDescriptionvoid
MappingMongoConverter.setCodecRegistryProvider
(CodecRegistryProvider codecRegistryProvider) Configure aCodecRegistryProvider
that provides native MongoDBcodecs
for reading values. -
Uses of CodecRegistryProvider in org.springframework.data.mongodb.util
Modifier and TypeMethodDescriptionstatic org.bson.Document
BsonUtils.parse
(String json, CodecRegistryProvider codecRegistryProvider) Parse the given json toDocument
applying transformations as specified by a potentially givenCodec
. -
Uses of CodecRegistryProvider in org.springframework.data.mongodb.util.aggregation