Uses of Interface
org.citrusframework.variable.VariableExtractor.Builder
Packages that use VariableExtractor.Builder
Package
Description
-
Uses of VariableExtractor.Builder in org.citrusframework.actions
Methods in org.citrusframework.actions with parameters of type VariableExtractor.BuilderModifier and TypeMethodDescriptionMessageBuilderFactory.extract(VariableExtractor.Builder<?, ?> builder) Adds message processor on the message as fluent builder.default MReceiveActionBuilder.extract(VariableExtractor.Builder<?, ?> builder) Adds message processor on the message as fluent builder.default MSendActionBuilder.extract(VariableExtractor.Builder<?, ?> builder) Adds message processor on the message as fluent builder. -
Uses of VariableExtractor.Builder in org.citrusframework.variable
Classes in org.citrusframework.variable with type parameters of type VariableExtractor.BuilderModifier and TypeInterfaceDescriptionstatic interfaceVariableExtractor.Builder<T extends VariableExtractor,B extends VariableExtractor.Builder<T, B>> Fluent builderSubinterfaces of VariableExtractor.Builder in org.citrusframework.variableModifier and TypeInterfaceDescriptioninterfaceDelegatingPayloadVariableExtractorBuilder<T extends VariableExtractor,B extends DelegatingPayloadVariableExtractorBuilder<T, B>> interfaceMessageHeaderVariableExtractorBuilder<T extends VariableExtractor,B extends MessageHeaderVariableExtractorBuilder<T, B>> Methods in org.citrusframework.variable with type parameters of type VariableExtractor.BuilderModifier and TypeMethodDescriptionstatic <T extends VariableExtractor,B extends VariableExtractor.Builder<T, B>>
Optional<VariableExtractor.Builder<T,B>> Resolves extractor from resource path lookup with given extractor resource name.Methods in org.citrusframework.variable that return types with arguments of type VariableExtractor.BuilderModifier and TypeMethodDescriptionstatic <T extends VariableExtractor,B extends VariableExtractor.Builder<T, B>>
Optional<VariableExtractor.Builder<T,B>> Resolves extractor from resource path lookup with given extractor resource name. -
Uses of VariableExtractor.Builder in org.citrusframework.variable.json
Subinterfaces of VariableExtractor.Builder in org.citrusframework.variable.jsonModifier and TypeInterfaceDescriptioninterfaceJsonPathVariableExtractorBuilder<T extends VariableExtractor,B extends JsonPathVariableExtractorBuilder<T, B>> -
Uses of VariableExtractor.Builder in org.citrusframework.variable.xml
Subinterfaces of VariableExtractor.Builder in org.citrusframework.variable.xmlModifier and TypeInterfaceDescriptioninterfaceXpathPayloadVariableExtractorBuilder<T extends VariableExtractor,B extends XpathPayloadVariableExtractorBuilder<T, B>>