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 ConversationSearchResponseconvert(com.fasterxml.jackson.databind.JsonNode sourceNode)ConversationSearchResponseconvertHit(com.fasterxml.jackson.databind.JsonNode hitNode)protected ConversationSearchResponseconvertWithoutEnhancer(com.fasterxml.jackson.databind.JsonNode jsonNode)List<ConversationResultMapper.Enhancer>getResultMapperEnhancers()voidsetResultMapperEnhancers(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:
convertHitin interfaceElasticsearchResultConverter.ResultMapper<ConversationSearchResponse>
-
convert
public ConversationSearchResponse convert(com.fasterxml.jackson.databind.JsonNode sourceNode)
- Specified by:
convertin 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)
-
-