Class NodeDocumentCodecProvider

  • All Implemented Interfaces:
    org.bson.codecs.configuration.CodecProvider

    public class NodeDocumentCodecProvider
    extends java.lang.Object
    implements org.bson.codecs.configuration.CodecProvider
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> org.bson.codecs.Codec<T> get​(java.lang.Class<T> clazz, org.bson.codecs.configuration.CodecRegistry registry)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • get

        public <T> org.bson.codecs.Codec<T> get​(java.lang.Class<T> clazz,
                                                org.bson.codecs.configuration.CodecRegistry registry)
        Specified by:
        get in interface org.bson.codecs.configuration.CodecProvider