Package com.evolveum.midpoint.model.impl
Class ModelRestService.ExecuteScriptConverter
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.ModelRestService.ExecuteScriptConverter
-
- All Implemented Interfaces:
ConverterInterface
- Enclosing class:
- ModelRestService
public static class ModelRestService.ExecuteScriptConverter extends Object implements ConverterInterface
-
-
Constructor Summary
Constructors Constructor Description ExecuteScriptConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecuteScriptType
convert(@NotNull Object input)
Converts incoming object into a form that is consumable by the REST service.
-
-
-
Method Detail
-
convert
public ExecuteScriptType convert(@NotNull @NotNull Object input)
Description copied from interface:ConverterInterface
Converts incoming object into a form that is consumable by the REST service.- Specified by:
convert
in interfaceConverterInterface
- Parameters:
input
- Object to be converted (coming as input)- Returns:
- Object to be passed to the REST service.
-
-