Package com.jayway.jsonpath.internal.function
-
Interface Summary Interface Description PathFunction Defines the pattern by which a function can be executed over the result set in the particular path being grabbed. -
Class Summary Class Description Parameter Defines a parameter as passed to a function with late binding support for lazy evaluation.PassthruPathFunction Defines the default behavior which is to return the model that is provided as input as output Created by mattg on 6/26/15.PathFunctionFactory Implements a factory that given a name of the function will return the Function implementation, or null if the value is not obtained. -
Enum Summary Enum Description ParamType Created by mgreenwood on 12/11/15.