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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description DBDecoder
create()
Deprecated.Creates an instance.
-
-
-
Method Detail
-
create
DBDecoder create()
Deprecated.Creates an instance.- Returns:
- the concrete implementation of
DBDecoder
.
-
-