Class NodeDocumentCodecProvider
- java.lang.Object
-
- org.apache.jackrabbit.oak.index.indexer.document.flatfile.pipelined.NodeDocumentCodecProvider
-
- All Implemented Interfaces:
org.bson.codecs.configuration.CodecProvider
public class NodeDocumentCodecProvider extends Object implements org.bson.codecs.configuration.CodecProvider
-
-
Constructor Summary
Constructors Constructor Description NodeDocumentCodecProvider(MongoDocumentStore store, Collection<NodeDocument> collection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> org.bson.codecs.Codec<T>
get(Class<T> clazz, org.bson.codecs.configuration.CodecRegistry registry)
-
-
-
Constructor Detail
-
NodeDocumentCodecProvider
public NodeDocumentCodecProvider(MongoDocumentStore store, Collection<NodeDocument> collection)
-
-
Method Detail
-
get
public <T> org.bson.codecs.Codec<T> get(Class<T> clazz, org.bson.codecs.configuration.CodecRegistry registry)
- Specified by:
get
in interfaceorg.bson.codecs.configuration.CodecProvider
-
-