Interface CodecRegistryProvider

All Known Subinterfaces:
AggregationOperationContext, MongoConverter, MongoDatabaseFactory, ReactiveMongoDatabaseFactory
All Known Implementing Classes:
AbstractMongoConverter, MappingMongoConverter, MongoDatabaseFactorySupport, PrefixingDelegatingAggregationOperationContext, RelaxedTypeBasedAggregationOperationContext, SimpleMongoClientDatabaseFactory, SimpleReactiveMongoDatabaseFactory, TestAggregationContext, TypeBasedAggregationOperationContext
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface CodecRegistryProvider
Provider interface to obtain CodecRegistry from the underlying MongoDB Java driver.
Since:
2.1
Author:
Christoph Strobl, Mark Paluch