Interface RequestConverterFunctionProvider

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

@UnstableApi @FunctionalInterface public interface RequestConverterFunctionProvider
A RequestConverterFunction provider interface which creates a new RequestConverterFunction for converting an AggregatedHttpRequest to an object of the given type.