Package com.mongodb

Interface DBDecoderFactory


public interface DBDecoderFactory
Creates concrete DBDecoder instances.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates an instance.
  • Method Details

    • create

      DBDecoder create()
      Creates an instance.
      Returns:
      the concrete implementation of DBDecoder.