public class SettingsMapper extends Object
| Constructor and Description |
|---|
SettingsMapper() |
| Modifier and Type | Method and Description |
|---|---|
static CombinedSettingsDto |
toCheckAndCloseSettingsDto(CheckSettingsDto checkSettings,
CloseSettingsDto closeSettings,
ConfigurationDto configurationDto) |
static List<CloseBatchSettingsDto> |
toCloseBatchSettingsDto(List<String> batchIds,
String apiKey,
String serverUrl,
ProxySettings proxySettings) |
static CloseSettingsDto |
toCloseSettingsDto(Configuration config,
Boolean shouldThrowErr) |
static DeleteTestSettingsDto |
toDeleteTestSettingsDto(TestResults testResults,
String apiKey,
String serverUrl,
ProxyDto proxy) |
static ImageCropRectDto |
toImageCropRect(CutProvider cutProvider,
ContentInset contentInset) |
static NormalizationDto |
toNormalizationDto(ICut cut,
Integer rotation,
Double scaleRatio) |
static OpenSettingsDto |
toOpenSettingsDto(Configuration config,
Boolean keepBatchOpen) |
public static OpenSettingsDto toOpenSettingsDto(Configuration config, Boolean keepBatchOpen)
public static CloseSettingsDto toCloseSettingsDto(Configuration config, Boolean shouldThrowErr)
public static CombinedSettingsDto toCheckAndCloseSettingsDto(CheckSettingsDto checkSettings, CloseSettingsDto closeSettings, ConfigurationDto configurationDto)
public static NormalizationDto toNormalizationDto(ICut cut, Integer rotation, Double scaleRatio)
public static ImageCropRectDto toImageCropRect(CutProvider cutProvider, ContentInset contentInset)
public static DeleteTestSettingsDto toDeleteTestSettingsDto(TestResults testResults, String apiKey, String serverUrl, ProxyDto proxy)
public static List<CloseBatchSettingsDto> toCloseBatchSettingsDto(List<String> batchIds, String apiKey, String serverUrl, ProxySettings proxySettings)
Copyright © 2023. All rights reserved.