Uses of Interface
org.citrusframework.builder.WithExpressions
Packages that use WithExpressions
Package
Description
-
Uses of WithExpressions in org.citrusframework.message.processor
Subinterfaces of WithExpressions in org.citrusframework.message.processorModifier and TypeInterfaceDescriptioninterfaceDelegatingPathExpressionProcessorBuilder<T extends MessageProcessor,B extends DelegatingPathExpressionProcessorBuilder<T, B>> -
Uses of WithExpressions in org.citrusframework.message.processor.json
Subinterfaces of WithExpressions in org.citrusframework.message.processor.jsonModifier and TypeInterfaceDescriptioninterfaceJsonPathMessageProcessorBuilder<T extends MessageProcessor,B extends JsonPathMessageProcessorBuilder<T, B>> -
Uses of WithExpressions in org.citrusframework.message.processor.xml
Subinterfaces of WithExpressions in org.citrusframework.message.processor.xmlModifier and TypeInterfaceDescriptioninterfaceXpathMessageProcessorBuilder<T extends MessageProcessor,B extends XpathMessageProcessorBuilder<T, B>> -
Uses of WithExpressions in org.citrusframework.validation.expression
Subinterfaces of WithExpressions in org.citrusframework.validation.expressionModifier and TypeInterfaceDescriptioninterfacePathExpressionValidationContextBuilder<T extends ValidationContext,B extends PathExpressionValidationContextBuilder<T, B>> -
Uses of WithExpressions in org.citrusframework.validation.json
Subinterfaces of WithExpressions in org.citrusframework.validation.jsonModifier and TypeInterfaceDescriptioninterfaceJsonMessageValidationContextBuilder<T extends ValidationContext,B extends JsonMessageValidationContextBuilder<T, B>> interfaceJsonPathMessageValidationContextBuilder<T extends ValidationContext,B extends JsonPathMessageValidationContextBuilder<T, B>> -
Uses of WithExpressions in org.citrusframework.validation.xml
Subinterfaces of WithExpressions in org.citrusframework.validation.xmlModifier and TypeInterfaceDescriptioninterfaceXmlMessageValidationContextBuilder<T extends ValidationContext,B extends XmlMessageValidationContextBuilder<T, B>> interfaceXpathMessageValidationContextBuilder<T extends ValidationContext,B extends XpathMessageValidationContextBuilder<T, B>> -
Uses of WithExpressions in org.citrusframework.variable
Subinterfaces of WithExpressions in org.citrusframework.variableModifier and TypeInterfaceDescriptioninterfaceDelegatingPayloadVariableExtractorBuilder<T extends VariableExtractor,B extends DelegatingPayloadVariableExtractorBuilder<T, B>> interfaceMessageHeaderVariableExtractorBuilder<T extends VariableExtractor,B extends MessageHeaderVariableExtractorBuilder<T, B>> static interfaceVariableExtractor.Builder<T extends VariableExtractor,B extends VariableExtractor.Builder<T, B>> Fluent builder -
Uses of WithExpressions in org.citrusframework.variable.json
Subinterfaces of WithExpressions in org.citrusframework.variable.jsonModifier and TypeInterfaceDescriptioninterfaceJsonPathVariableExtractorBuilder<T extends VariableExtractor,B extends JsonPathVariableExtractorBuilder<T, B>> -
Uses of WithExpressions in org.citrusframework.variable.xml
Subinterfaces of WithExpressions in org.citrusframework.variable.xmlModifier and TypeInterfaceDescriptioninterfaceXpathPayloadVariableExtractorBuilder<T extends VariableExtractor,B extends XpathPayloadVariableExtractorBuilder<T, B>>