Uses of Class
com.alibaba.fastjson2.annotation.JSONCompiler.CompilerOption
-
Packages that use JSONCompiler.CompilerOption Package Description com.alibaba.fastjson2.annotation -
-
Uses of JSONCompiler.CompilerOption in com.alibaba.fastjson2.annotation
Methods in com.alibaba.fastjson2.annotation that return JSONCompiler.CompilerOption Modifier and Type Method Description JSONCompiler.CompilerOptionvalue()static JSONCompiler.CompilerOptionJSONCompiler.CompilerOption. valueOf(String name)Returns the enum constant of this type with the specified name.static JSONCompiler.CompilerOption[]JSONCompiler.CompilerOption. values()Returns an array containing the constants of this enum type, in the order they are declared.
-