Uses of Interface
org.citrusframework.variable.VariableExtractor.Builder
Packages that use VariableExtractor.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 builderMethods 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.