Package com.mongodb

Interface DBEncoderFactory


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

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

    • create

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