Annotation Type ResponseConverter


@Repeatable(ResponseConverters.class)
@Retention(RUNTIME)
@Target({TYPE,METHOD})
public @interface ResponseConverter
Specifies a ResponseConverterFunction class which converts the result to HttpResponse.
See Also:
ResponseConverterFunction