public class SettingsMapper extends Object
| Constructor and Description |
|---|
SettingsMapper() |
| Modifier and Type | Method and Description |
|---|---|
static List<CloseBatchSettingsDto> |
toCloseBatchSettingsDto(List<String> batchIds,
String apiKey,
String serverUrl,
ProxySettings proxySettings) |
static CloseSettingsDto |
toCloseSettingsDto(Configuration config) |
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)
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.