Class ObjectReferenceMapper
- java.lang.Object
-
- com.evolveum.midpoint.repo.sql.helpers.mapper.ReferenceMapper<RObjectReference>
-
- com.evolveum.midpoint.repo.sql.helpers.mapper.ObjectReferenceMapper
-
- All Implemented Interfaces:
Mapper<Referencable,RObjectReference>
public class ObjectReferenceMapper extends ReferenceMapper<RObjectReference>
Created by Viliam Repan (lazyman).
-
-
Constructor Summary
Constructors Constructor Description ObjectReferenceMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RObjectReference
map(Referencable input, MapperContext context)
-
Methods inherited from class com.evolveum.midpoint.repo.sql.helpers.mapper.ReferenceMapper
buildReference
-
-
-
-
Method Detail
-
map
public RObjectReference map(Referencable input, MapperContext context)
-
-