public class PlatformUserMapper extends Object implements PlatformUserResultMapper
PlatformUserResultMapper.Enhancer| Modifier and Type | Field and Description |
|---|---|
protected List<PlatformUserResultMapper.Enhancer> |
resultMapperEnhancers |
| Constructor and Description |
|---|
PlatformUserMapper() |
| Modifier and Type | Method and 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) |
protected List<PlatformUserResultMapper.Enhancer> resultMapperEnhancers
public PlatformUserResponse convertHit(com.fasterxml.jackson.databind.JsonNode hitNode)
convertHit in interface com.flowable.indexing.utils.ElasticsearchResultConverter.ResultMapper<PlatformUserResponse>public PlatformUserResponse convert(com.fasterxml.jackson.databind.JsonNode sourceNode)
convert in interface com.flowable.indexing.utils.ElasticsearchResultConverter.ResultMapper<PlatformUserResponse>protected PlatformUserResponse convertWithoutEnhancer(com.fasterxml.jackson.databind.JsonNode jsonNode)
public List<PlatformUserResultMapper.Enhancer> getResultMapperEnhancers()
public void setResultMapperEnhancers(List<PlatformUserResultMapper.Enhancer> resultMapperEnhancers)