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