All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.at.asitplus.jsonpath.core.JsonPathCompiler.kt Maven / Gradle / Ivy

package at.asitplus.jsonpath.core

interface JsonPathCompiler {
    fun compile(
        jsonPath: String,
        functionExtensionRetriever: (String) -> JsonPathFunctionExtension<*>?
    ): JsonPathQuery
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy