Interface ComputedParamContext

All Known Implementing Classes:
ComputedParamContextImpl

public interface ComputedParamContext
Allows methods that are meant to compute a value for a Rest Client method to have access to the context on which they are invoked
  • Method Details

    • name

      String name()
      The name of the parameter whose value is being computed
    • methodParameters

      Information about the method parameters of the REST Client method for which the computed value is needed