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 the annotated service by default, so you don't have to set explicitly.