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.

Functions

Link copied to clipboard
abstract fun addExtension(name: String, extension: () -> JsonPathFunctionExtension<*>)

Implementations should throw FunctionExtensionCollisionException if an extension with that name already exists.

Link copied to clipboard
Link copied to clipboard