AntlrJsonPathSemanticAnalyzerErrorListener

Functions

Link copied to clipboard
abstract fun invalidArglistForFunctionExtension(functionExtensionName: String, functionExtensionImplementation: JsonPathFunctionExtension<*>, coercedArgumentTypes: List<Pair<JsonPathFilterExpressionType?, String>>)
Link copied to clipboard
abstract fun invalidFunctionExtensionForComparable(functionExtensionName: String)
abstract fun invalidFunctionExtensionForTestExpression(functionExtensionName: String)

specification: https://datatracker.ietf.org/doc/rfc9535/ date: 2024-02 section 2.4.3: Well-Typedness of Function Expressions

Link copied to clipboard
abstract fun invalidTestExpression(testContextString: String)
Link copied to clipboard
abstract fun unknownFunctionExtension(functionExtensionName: String)