Interface ClientArgumentRequestBinder<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void bind​(io.micronaut.core.convert.ArgumentConversionContext<T> context, ClientRequestUriContext uriContext, T value, io.micronaut.http.MutableHttpRequest<?> request)
      Bind the given argument to the request.
    • Method Detail

      • bind

        void bind​(@NonNull
                  io.micronaut.core.convert.ArgumentConversionContext<T> context,
                  @NonNull
                  ClientRequestUriContext uriContext,
                  @NonNull
                  T value,
                  @NonNull
                  io.micronaut.http.MutableHttpRequest<?> request)
        Bind the given argument to the request. Argument binders are not able to modify the URI of the request.
        Parameters:
        context - The argument context
        uriContext - The URI context
        value - The argument value
        request - The request