Class StringRequestConverterFunction

java.lang.Object
com.linecorp.armeria.server.annotation.StringRequestConverterFunction
All Implemented Interfaces:
RequestConverterFunction

public final class StringRequestConverterFunction extends Object implements RequestConverterFunction
A RequestConverterFunction which converts a text body of the AggregatedHttpRequest to a String. Note that this RequestConverterFunction is applied to an annotated service by default, so you don't have to specify this converter explicitly.