Uses of Class
com.jayway.jsonpath.internal.function.Parameter
Packages that use Parameter
Package
Description
-
Uses of Parameter in com.jayway.jsonpath.internal.function
Method parameters in com.jayway.jsonpath.internal.function with type arguments of type ParameterModifier and TypeMethodDescriptionPassthruPathFunction.invoke(String currentPath, PathRef parent, Object model, EvaluationContext ctx, List<Parameter> parameters) PathFunction.invoke(String currentPath, PathRef parent, Object model, EvaluationContext ctx, List<Parameter> parameters) Invoke the function and output a JSON object (or scalar) value which will be the result of executing the pathstatic <T> List<T> Parameter.toList(Class<T> type, EvaluationContext ctx, List<Parameter> parameters) Translate the collection of parameters into a collection of values of type T. -
Uses of Parameter in com.jayway.jsonpath.internal.function.json
Method parameters in com.jayway.jsonpath.internal.function.json with type arguments of type Parameter -
Uses of Parameter in com.jayway.jsonpath.internal.function.latebinding
Fields in com.jayway.jsonpath.internal.function.latebinding declared as ParameterConstructors in com.jayway.jsonpath.internal.function.latebinding with parameters of type ParameterModifierConstructorDescriptionJsonLateBindingValue(JsonProvider jsonProvider, Parameter jsonParameter) -
Uses of Parameter in com.jayway.jsonpath.internal.function.numeric
Method parameters in com.jayway.jsonpath.internal.function.numeric with type arguments of type Parameter -
Uses of Parameter in com.jayway.jsonpath.internal.function.text
Method parameters in com.jayway.jsonpath.internal.function.text with type arguments of type ParameterModifier and TypeMethodDescriptionConcatenate.invoke(String currentPath, PathRef parent, Object model, EvaluationContext ctx, List<Parameter> parameters) Length.invoke(String currentPath, PathRef parent, Object model, EvaluationContext ctx, List<Parameter> parameters) When we calculate the length of a path, what we're asking is given the node we land on how many children does it have. -
Uses of Parameter in com.jayway.jsonpath.internal.path
Fields in com.jayway.jsonpath.internal.path with type parameters of type ParameterMethods in com.jayway.jsonpath.internal.path that return types with arguments of type ParameterModifier and TypeMethodDescriptionFunctionPathToken.getParameters()PathCompiler.parseFunctionParameters(String funcName) Parse the parameters of a function call, either the caller has supplied JSON data, or the caller has supplied another path expression which must be evaluated and in turn invoked against the root document.Method parameters in com.jayway.jsonpath.internal.path with type arguments of type ParameterModifier and TypeMethodDescriptionstatic PathTokenPathTokenFactory.createFunctionPathToken(String function, List<Parameter> parameters) voidFunctionPathToken.setParameters(List<Parameter> parameters) Constructor parameters in com.jayway.jsonpath.internal.path with type arguments of type Parameter