Package com.mongodb

Class LazyDBDecoder

java.lang.Object
org.bson.LazyBSONDecoder
com.mongodb.LazyDBDecoder
All Implemented Interfaces:
DBDecoder, BSONDecoder

public class LazyDBDecoder extends LazyBSONDecoder implements DBDecoder
A decoder for LazyDBObject instances.
  • Field Details

    • FACTORY

      public static final DBDecoderFactory FACTORY
      The DBDecoderFactory for LazyDBDecoder instances.
  • Constructor Details

    • LazyDBDecoder

      public LazyDBDecoder()
  • Method Details