-
@Documented @Target(METHOD) @Retention(RUNTIME) @Repeatable(RestConvertCoders.class) public @interface RestConvertCoder
指定class某个字段的自定义序列化和反序列化策略。
只能依附在Service实现类的public方法上, 当方法的返回值以JSON输出时对指定类型的转换设定。
详情见: https://redkale.org
- 作者:
- zhangjx
-
-
元素详细资料
-
type
Class type
-
-
-
field
String field
-
-
-
coder
Class<? extends SimpledCoder> coder
-
-