Package com.mongodb
Interface DBDecoderFactory
- 
@Deprecated(since="2021-05-27") public interface DBDecoderFactoryDeprecated.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 DBDecodercreate()Deprecated.Creates an instance. 
 - 
 
- 
- 
Method Detail
- 
create
DBDecoder create()
Deprecated.Creates an instance.- Returns:
 - the concrete implementation of 
DBDecoder. 
 
 - 
 
 -