Class AutoassignSpecificationMapper
- java.lang.Object
-
- com.evolveum.midpoint.repo.sql.helpers.mapper.AutoassignSpecificationMapper
-
- All Implemented Interfaces:
Mapper<AutoassignSpecificationType,RAutoassignSpecification>
public class AutoassignSpecificationMapper extends Object implements Mapper<AutoassignSpecificationType,RAutoassignSpecification>
Created by Viliam Repan (lazyman).
-
-
Constructor Summary
Constructors Constructor Description AutoassignSpecificationMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RAutoassignSpecification
map(AutoassignSpecificationType input, MapperContext context)
-
-
-
Method Detail
-
map
public RAutoassignSpecification map(AutoassignSpecificationType input, MapperContext context)
- Specified by:
map
in interfaceMapper<AutoassignSpecificationType,RAutoassignSpecification>
-
-