Package com.mongodb

Interface DBDecoderFactory


@Deprecated(since="2021-05-27") public interface DBDecoderFactory
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
Creates concrete DBDecoder instances.
  • Method Summary

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

    • create

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