@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) public @interface GenericResultExcludeNoJson
GenericResultExclude,因为它默认输出为JSON了,所以对于不需要输出为JSON的,可以设置GenericResultExclude.renderAsJson()为false,也可以直接使用此注解。
用法和GenericResultExclude一样,只是不默认输出JSON了,默认输出toString()Copyright © 2022. All rights reserved.