public class JSONPostProcessor
extends org.apache.jmeter.testelement.AbstractScopedTestElement
implements java.io.Serializable, org.apache.jmeter.processor.PostProcessor, org.apache.jmeter.testelement.ThreadListener
| Modifier and Type | Field and Description |
|---|---|
static boolean |
COMPUTE_CONCATENATION_DEFAULT_VALUE |
| Constructor and Description |
|---|
JSONPostProcessor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getComputeConcatenation() |
java.lang.String |
getDefaultValues() |
java.lang.String |
getJsonPathExpressions() |
java.lang.String |
getMatchNumbers() |
int[] |
getMatchNumbersAsInt(int arraySize) |
java.lang.String |
getRefNames() |
void |
process() |
void |
setComputeConcatenation(boolean computeConcatenation) |
void |
setDefaultValues(java.lang.String defaultValue) |
void |
setJsonPathExpressions(java.lang.String jsonPath) |
void |
setMatchNumbers(java.lang.String matchNumber) |
void |
setRefNames(java.lang.String refName) |
void |
threadFinished() |
void |
threadStarted() |
fetchScope, getSampleList, getScopeName, getVariableName, isScopeAll, isScopeChildren, isScopeParent, isScopeVariable, isScopeVariable, setScopeAll, setScopeChildren, setScopeParent, setScopeVariableaddPropertiesValues, 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 boolean COMPUTE_CONCATENATION_DEFAULT_VALUE
public void process()
process in interface org.apache.jmeter.processor.PostProcessorpublic java.lang.String getJsonPathExpressions()
public void setJsonPathExpressions(java.lang.String jsonPath)
public java.lang.String getRefNames()
public void setRefNames(java.lang.String refName)
public java.lang.String getDefaultValues()
public void setDefaultValues(java.lang.String defaultValue)
public boolean getComputeConcatenation()
public void setComputeConcatenation(boolean computeConcatenation)
public void threadStarted()
threadStarted in interface org.apache.jmeter.testelement.ThreadListenerpublic void threadFinished()
threadFinished in interface org.apache.jmeter.testelement.ThreadListenerpublic void setMatchNumbers(java.lang.String matchNumber)
public java.lang.String getMatchNumbers()
public int[] getMatchNumbersAsInt(int arraySize)
Copyright © 1998-2018 Apache Software Foundation. All Rights Reserved.