Class PlatformUserMapper
- java.lang.Object
-
- com.flowable.idm.engine.impl.indexing.PlatformUserMapper
-
- All Implemented Interfaces:
PlatformUserResultMapper
,com.flowable.indexing.utils.ElasticsearchResultConverter.ResultMapper<PlatformUserResponse>
public class PlatformUserMapper extends Object implements PlatformUserResultMapper
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.flowable.idm.engine.impl.indexing.PlatformUserResultMapper
PlatformUserResultMapper.Enhancer
-
-
Field Summary
Fields Modifier and Type Field Description protected List<PlatformUserResultMapper.Enhancer>
resultMapperEnhancers
-
Constructor Summary
Constructors Constructor Description PlatformUserMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlatformUserResponse
convert(com.fasterxml.jackson.databind.JsonNode sourceNode)
PlatformUserResponse
convertHit(com.fasterxml.jackson.databind.JsonNode hitNode)
protected PlatformUserResponse
convertWithoutEnhancer(com.fasterxml.jackson.databind.JsonNode jsonNode)
List<PlatformUserResultMapper.Enhancer>
getResultMapperEnhancers()
void
setResultMapperEnhancers(List<PlatformUserResultMapper.Enhancer> resultMapperEnhancers)
-
-
-
Field Detail
-
resultMapperEnhancers
protected List<PlatformUserResultMapper.Enhancer> resultMapperEnhancers
-
-
Method Detail
-
convertHit
public PlatformUserResponse convertHit(com.fasterxml.jackson.databind.JsonNode hitNode)
- Specified by:
convertHit
in interfacecom.flowable.indexing.utils.ElasticsearchResultConverter.ResultMapper<PlatformUserResponse>
-
convert
public PlatformUserResponse convert(com.fasterxml.jackson.databind.JsonNode sourceNode)
- Specified by:
convert
in interfacecom.flowable.indexing.utils.ElasticsearchResultConverter.ResultMapper<PlatformUserResponse>
-
convertWithoutEnhancer
protected PlatformUserResponse convertWithoutEnhancer(com.fasterxml.jackson.databind.JsonNode jsonNode)
-
getResultMapperEnhancers
public List<PlatformUserResultMapper.Enhancer> getResultMapperEnhancers()
-
setResultMapperEnhancers
public void setResultMapperEnhancers(List<PlatformUserResultMapper.Enhancer> resultMapperEnhancers)
-
-