@Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) @Deprecated public @interface DisableFastJsonCircularReferenceDetect
Annotate on a controller action handler to indicate the JSON result shall be rendered with FastJson Circular Reference check disabled.
This annotation is deprecated, please use FastJsonFeature
instead
public static final ThreadLocal<Boolean> option
Copyright © 2014–2018 ActFramework. All rights reserved.