public class MapJsonPathFunctionFactory extends Object implements JsonPathFunctionFactory
| Constructor and Description |
|---|
MapJsonPathFunctionFactory(Map<String,Class<? extends PathFunction>> pathFunctionMap) |
| Modifier and Type | Method and Description |
|---|---|
PathFunction |
newFunction(String name)
Returns the function by name or throws InvalidPathException if function not found.
|
public MapJsonPathFunctionFactory(Map<String,Class<? extends PathFunction>> pathFunctionMap)
public PathFunction newFunction(String name) throws InvalidPathException
JsonPathFunctionFactorynewFunction in interface JsonPathFunctionFactoryname - The name of the functionInvalidPathException#FUNCTIONS,
PathFunctionCopyright © 2016. All rights reserved.