public class JSONPathExtractor
extends org.apache.jmeter.testelement.AbstractTestElement
implements org.apache.jmeter.processor.PostProcessor
| Modifier and Type | Field and Description |
|---|---|
static DecimalFormat |
decimalFormatter |
static String |
DEFAULT |
static String |
INPUT_FORMAT |
static String |
INPUT_JSON |
static String |
INPUT_YAML |
static String |
JSONPATH |
static String |
SRC_VARNAME |
static String |
SUBJECT |
static String |
SUBJECT_BODY |
static String |
SUBJECT_VARIABLE |
static String |
VAR |
| Constructor and Description |
|---|
JSONPathExtractor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue() |
String |
getInputFormat() |
String |
getJsonPath() |
String |
getSrcVariableName() |
String |
getSubject() |
String |
getVar() |
static String |
objectToString(Object subj) |
void |
process() |
void |
setDefaultValue(String defaultValue) |
void |
setInputFormat(String inputFormat) |
void |
setJsonPath(String jsonPath) |
void |
setSrcVariableName(String defaultValue) |
void |
setSubject(String defaultValue) |
void |
setVar(String var) |
addPropertiesValues, addProperty, addProperty, addTestElement, canRemove, clear, clearTemporary, clearTestElementChildren, clone, emptyTemporary, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getSearchableTokens, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, propertyIterator, recoverRunningVersion, removeProperty, setComment, setEnabled, setName, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse, traverseCollection, traverseMap, traversePropertypublic static final String INPUT_JSON
public static final String INPUT_YAML
public static final String INPUT_FORMAT
public static final String JSONPATH
public static final String VAR
public static final String DEFAULT
public static final String SUBJECT
public static final String SRC_VARNAME
public static final String SUBJECT_BODY
public static final String SUBJECT_VARIABLE
public static final DecimalFormat decimalFormatter
public void setInputFormat(String inputFormat)
public String getInputFormat()
public String getJsonPath()
public void setJsonPath(String jsonPath)
public String getVar()
public void setVar(String var)
public void setDefaultValue(String defaultValue)
public String getDefaultValue()
public void setSrcVariableName(String defaultValue)
public String getSrcVariableName()
public void setSubject(String defaultValue)
public String getSubject()
public void process()
process in interface org.apache.jmeter.processor.PostProcessorCopyright © 2018. All rights reserved.