Class JsonPayloadMappingKeyExtractor
java.lang.Object
org.citrusframework.endpoint.adapter.mapping.AbstractMappingKeyExtractor
org.citrusframework.endpoint.adapter.mapping.JsonPayloadMappingKeyExtractor
- All Implemented Interfaces:
MappingKeyExtractor
- Since:
- 2.6
- Author:
- Christoph Deppisch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMappingKey(Message request) voidsetJsonPathExpression(String jsonPathExpression) Sets the jsonPathExpression property.Methods inherited from class org.citrusframework.endpoint.adapter.mapping.AbstractMappingKeyExtractor
extractMappingKey, setMappingKeyPrefix, setMappingKeySuffix
-
Constructor Details
-
JsonPayloadMappingKeyExtractor
public JsonPayloadMappingKeyExtractor()
-
-
Method Details
-
getMappingKey
- Specified by:
getMappingKeyin classAbstractMappingKeyExtractor
-
setJsonPathExpression
Sets the jsonPathExpression property.- Parameters:
jsonPathExpression-
-