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 ConversationSearchResponseconvertWithoutEnhancer(com.fasterxml.jackson.databind.JsonNode jsonNode) voidsetResultMapperEnhancers(List<ConversationResultMapper.Enhancer> resultMapperEnhancers)
-
Field Details
-
resultMapperEnhancers
-
-
Constructor Details
-
ConversationJsonMapper
public ConversationJsonMapper()
-
-
Method Details
-
convertHit
- Specified by:
convertHitin interfaceElasticsearchResultConverter.ResultMapper<ConversationSearchResponse>
-
convert
- Specified by:
convertin interfaceElasticsearchResultConverter.ResultMapper<ConversationSearchResponse>
-
convertWithoutEnhancer
protected ConversationSearchResponse convertWithoutEnhancer(com.fasterxml.jackson.databind.JsonNode jsonNode) -
getResultMapperEnhancers
-
setResultMapperEnhancers
-