Interface RequestConverterFunction

All Known Implementing Classes:
ByteArrayRequestConverterFunction, JacksonRequestConverterFunction, StringRequestConverterFunction
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
public interface RequestConverterFunction
Converts an AggregatedHttpRequest to an object. The class implementing this interface would be specified as a value of a RequestConverter annotation.
See Also:
RequestConverter, RequestObject