Class FloatingMatchSettingsMapper
- java.lang.Object
-
- com.applitools.eyes.universal.mapper.FloatingMatchSettingsMapper
-
public class FloatingMatchSettingsMapper extends Object
floating match settings mapper
-
-
Constructor Summary
Constructors Constructor Description FloatingMatchSettingsMapper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FloatingMatchSettingsDtotoFloatingMatchSettingsDto(FloatingMatchSettings floatingMatchSettings)static List<FloatingMatchSettingsDto>toFloatingMatchSettingsDtoList(FloatingMatchSettings[] floatingMatchSettings)
-
-
-
Method Detail
-
toFloatingMatchSettingsDto
public static FloatingMatchSettingsDto toFloatingMatchSettingsDto(FloatingMatchSettings floatingMatchSettings)
-
toFloatingMatchSettingsDtoList
public static List<FloatingMatchSettingsDto> toFloatingMatchSettingsDtoList(FloatingMatchSettings[] floatingMatchSettings)
-
-