Interface ResponseConverterFunction

All Known Implementing Classes:
ByteArrayResponseConverterFunction, JacksonResponseConverterFunction, NullToNoContentResponseConverterFunction, ObservableResponseConverterFunction, ObservableResponseConverterFunction, ServerSentEventResponseConverterFunction, StringResponseConverterFunction
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 ResponseConverterFunction
Converts a result object to HttpResponse. The class implementing this interface would be specified as ResponseConverter annotation.
See Also:
ResponseConverter