Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
class JsonPath(jsonPathExpression: String, compiler: JsonPathCompiler = JsonPathDependencyManager.compiler, functionExtensionRetriever: (String) -> JsonPathFunctionExtension<*>? = JsonPathDependencyManager.functionExtensionRepository::getExtension)
Link copied to clipboard
object JsonPathDependencyManager
Link copied to clipboard
interface JsonPathFunctionExtensionRepository
This class is not specified in the rfc standard, it's but an implementation detail. It's a way to provide users with a way to add custom function extensions.