Uses of Class
us.abstracta.jmeter.javadsl.core.postprocessors.DslVariableExtractor
-
Packages that use DslVariableExtractor Package Description us.abstracta.jmeter.javadsl.core.postprocessors -
-
Uses of DslVariableExtractor in us.abstracta.jmeter.javadsl.core.postprocessors
Classes in us.abstracta.jmeter.javadsl.core.postprocessors with type parameters of type DslVariableExtractor Modifier and Type Class Description classDslVariableExtractor<T extends DslVariableExtractor<T>>Contains common logic for post processors which extract some value into a variable.Subclasses of DslVariableExtractor in us.abstracta.jmeter.javadsl.core.postprocessors Modifier and Type Class Description classDslBoundaryExtractorProvides simple means for extracting into a variable a part of a request or response using just left and right boundaries surrounding the desired text.classDslJsonExtractorAllows extracting part of a JSON response using JMESPath or JSONPath to store into a variable.classDslRegexExtractorAllows extracting part of a request or response using regular expressions to store into a variable.
-