AntlrJsonPathCompiler

class AntlrJsonPathCompiler(functionExtensionRetriever: (String) -> JsonPathFunctionExtension<*>?, errorListener: AntlrJsonPathCompilerErrorListener? = null) : JsonPathCompiler(source)

Constructors

Link copied to clipboard
constructor(functionExtensionRetriever: (String) -> JsonPathFunctionExtension<*>?, errorListener: AntlrJsonPathCompilerErrorListener? = null)

Functions

Link copied to clipboard
open override fun compile(jsonPath: String): JsonPathQuery
Link copied to clipboard