@Repeatable(value=ResponseConverters.class) @Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) public @interface ResponseConverter
ResponseConverterFunction class which converts the result to HttpResponse.ResponseConverterFunction| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends ResponseConverterFunction> |
value
ResponseConverterFunction implementation type. |
public abstract Class<? extends ResponseConverterFunction> value
ResponseConverterFunction implementation type. The specified class must have an accessible
default constructor.Copyright © 2020 LeanCloud. All rights reserved.