public interface JsonPathFunctionFactory
| Modifier and Type | Method and Description |
|---|---|
PathFunction |
newFunction(String name)
Returns the function by name or throws InvalidPathException if function not found.
|
PathFunction newFunction(String name) throws InvalidPathException
name - The name of the functionInvalidPathException#FUNCTIONS,
PathFunctionCopyright © 2016. All rights reserved.