Uses of Enum
com.alibaba.fastjson2.JSONValidator.Type
Packages that use JSONValidator.Type
-
Uses of JSONValidator.Type in com.alibaba.fastjson2
Subclasses with type arguments of type JSONValidator.Type in com.alibaba.fastjson2Modifier and TypeClassDescriptionstatic enumAn enumeration representing the type of JSON structure.Methods in com.alibaba.fastjson2 that return JSONValidator.TypeModifier and TypeMethodDescriptionJSONValidator.getType()Returns the type of the JSON content.static JSONValidator.TypeReturns 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.