Class ConversationJsonMapper
java.lang.Object
com.flowable.engage.engine.impl.indexing.ConversationJsonMapper
- All Implemented Interfaces:
ConversationResultMapper
,ElasticsearchResultConverter.ResultMapper<ConversationSearchResponse>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.flowable.engage.engine.impl.indexing.ConversationResultMapper
ConversationResultMapper.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 ConversationSearchResponse
convertWithoutEnhancer
(com.fasterxml.jackson.databind.JsonNode jsonNode) void
setResultMapperEnhancers
(List<ConversationResultMapper.Enhancer> resultMapperEnhancers)
-
Field Details
-
resultMapperEnhancers
-
-
Constructor Details
-
ConversationJsonMapper
public ConversationJsonMapper()
-
-
Method Details
-
convertHit
- Specified by:
convertHit
in interfaceElasticsearchResultConverter.ResultMapper<ConversationSearchResponse>
-
convert
- Specified by:
convert
in interfaceElasticsearchResultConverter.ResultMapper<ConversationSearchResponse>
-
convertWithoutEnhancer
protected ConversationSearchResponse convertWithoutEnhancer(com.fasterxml.jackson.databind.JsonNode jsonNode) -
getResultMapperEnhancers
-
setResultMapperEnhancers
-