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