Class JsonFunction
java.lang.Object
io.burt.jmespath.function.BaseFunction
software.amazon.lambda.powertools.utilities.jmespath.JsonFunction
- All Implemented Interfaces:
io.burt.jmespath.function.Function
public class JsonFunction
extends io.burt.jmespath.function.BaseFunction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected <T> TcallFunction(io.burt.jmespath.Adapter<T> runtime, List<io.burt.jmespath.function.FunctionArgument<T>> arguments) Methods inherited from class io.burt.jmespath.function.BaseFunction
argumentConstraints, call, name
-
Constructor Details
-
JsonFunction
public JsonFunction()
-
-
Method Details
-
callFunction
protected <T> T callFunction(io.burt.jmespath.Adapter<T> runtime, List<io.burt.jmespath.function.FunctionArgument<T>> arguments) - Specified by:
callFunctionin classio.burt.jmespath.function.BaseFunction
-