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 java.lang.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 java.util.List<PlatformUserResultMapper.Enhancer>
resultMapperEnhancers
-
Constructor Summary
Constructors Constructor Description PlatformUserMapper()
-
Method Summary
Modifier and Type Method Description PlatformUserResponse
convert(com.fasterxml.jackson.databind.JsonNode jsonNode)
java.util.List<PlatformUserResultMapper.Enhancer>
getResultMapperEnhancers()
void
setResultMapperEnhancers(java.util.List<PlatformUserResultMapper.Enhancer> resultMapperEnhancers)
-
Field Details
-
Constructor Details
-
PlatformUserMapper
public PlatformUserMapper()
-
-
Method Details
-
convert
- Specified by:
convert
in interfacecom.flowable.indexing.utils.ElasticsearchResultConverter.ResultMapper<PlatformUserResponse>
-
getResultMapperEnhancers
-
setResultMapperEnhancers
public void setResultMapperEnhancers(java.util.List<PlatformUserResultMapper.Enhancer> resultMapperEnhancers)
-