Interface DelegatingResponseConverterFunctionProvider

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 DelegatingResponseConverterFunctionProvider
A ResponseConverterFunction provider interface which provides a ResponseConverterFunction that converts an object of the given type to an HttpResponse using the delegating ResponseConverterFunction. The delegating converter is a collection of several converters that you specify when creating an annotated service and Armeria default converters.