public class PathFunctionFactory extends Object
| Constructor and Description |
|---|
PathFunctionFactory() |
| Modifier and Type | Method and Description |
|---|---|
static PathFunction |
newFunction(String name)
Either provides a pass thru function when the function cannot be properly mapped or otherwise returns the function
implementation based on the name using the internal FUNCTION map
|
public static PathFunction newFunction(String name) throws InvalidPathException
name - The name of the functionInvalidPathExceptionFUNCTIONS,
PathFunctionCopyright © 2025. All rights reserved.