@FunctionalInterface public interface ResponseConvert
<T> T convert(Response response, Type resultType, Annotation resultConvertAnn) throws Exception
T - 返回实体类型response - 响应实体resultType - 返回实体的类型resultConvertAnn - 转换注解实例Exception - 转换失败会抛出异常Copyright © 2023. All rights reserved.