Package dev.morphia.aggregation.codecs
Class AggregationCodecProvider
- java.lang.Object
-
- dev.morphia.aggregation.codecs.AggregationCodecProvider
-
- All Implemented Interfaces:
CodecProvider
public class AggregationCodecProvider extends Object implements CodecProvider
-
-
Constructor Summary
Constructors Constructor Description AggregationCodecProvider(Datastore datastore)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Codec<T>
get(Class<T> clazz, CodecRegistry registry)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bson.codecs.configuration.CodecProvider
get
-
-
-
-
Constructor Detail
-
AggregationCodecProvider
public AggregationCodecProvider(Datastore datastore)
-
-
Method Detail
-
get
@Nullable public <T> Codec<T> get(Class<T> clazz, CodecRegistry registry)
- Specified by:
get
in interfaceCodecProvider
-
-