Class PathFunctionFactory

java.lang.Object
com.jayway.jsonpath.internal.function.PathFunctionFactory

public class PathFunctionFactory extends Object
Implements a factory that given a name of the function will return the Function implementation, or null if the value is not obtained. Leverages the function's name in order to determine which function to execute which is maintained internally here via a static map
  • Field Details

  • Constructor Details

    • PathFunctionFactory

      public PathFunctionFactory()
  • Method Details