Class NullToNoContentResponseConverterFunction

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

public final class NullToNoContentResponseConverterFunction
extends Object
implements ResponseConverterFunction
A response converter implementation which creates an HttpResponse of HttpStatus.NO_CONTENT when the specified result is null.