Class StringResponseConverterFunction

java.lang.Object
com.linecorp.armeria.server.annotation.StringResponseConverterFunction
All Implemented Interfaces:
ResponseConverterFunction

public final class StringResponseConverterFunction extends Object implements ResponseConverterFunction
A ResponseConverterFunction which creates an HttpResponse when: Note that this ResponseConverterFunction is applied to an annotated service by default, so you don't have to specify this converter explicitly.