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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvert(com.fasterxml.jackson.databind.JsonNode sourceNode) convertHit(com.fasterxml.jackson.databind.JsonNode hitNode) protected PlatformUserResponseconvertWithoutEnhancer(com.fasterxml.jackson.databind.JsonNode jsonNode) voidsetResultMapperEnhancers(List<PlatformUserResultMapper.Enhancer> resultMapperEnhancers)
-
Field Details
-
resultMapperEnhancers
-
-
Constructor Details
-
PlatformUserMapper
public PlatformUserMapper()
-
-
Method Details
-
convertHit
- Specified by:
convertHitin interfacecom.flowable.indexing.utils.ElasticsearchResultConverter.ResultMapper<PlatformUserResponse>
-
convert
- Specified by:
convertin interfacecom.flowable.indexing.utils.ElasticsearchResultConverter.ResultMapper<PlatformUserResponse>
-
convertWithoutEnhancer
protected PlatformUserResponse convertWithoutEnhancer(com.fasterxml.jackson.databind.JsonNode jsonNode) -
getResultMapperEnhancers
-
setResultMapperEnhancers
-