Antlr Json Path Compiler
class AntlrJsonPathCompiler(functionExtensionRetriever: (String) -> JsonPathFunctionExtension<*>?, errorListener: AntlrJsonPathCompilerErrorListener? = null) : JsonPathCompiler(source)
Constructors
Link copied to clipboard
constructor(functionExtensionRetriever: (String) -> JsonPathFunctionExtension<*>?, errorListener: AntlrJsonPathCompilerErrorListener? = null)