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