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