Interface HttpRequestValues.Processor

Enclosing class:
HttpRequestValues

public static interface HttpRequestValues.Processor
A contract that allows further customization of HttpRequestValues in addition to those added by argument resolvers.

Use HttpServiceProxyFactory.Builder.httpRequestValuesProcessor(Processor) to add such a processor.

Since:
7.0
Author:
Rossen Stoyanchev, Olga Maciaszek-Sharma
  • Method Details