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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected <T> T
    callFunction(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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      callFunction in class io.burt.jmespath.function.BaseFunction