Uses of Class
com.alibaba.fastjson2.schema.JSONSchema.Type
-
Packages that use JSONSchema.Type Package Description com.alibaba.fastjson2.schema -
-
Uses of JSONSchema.Type in com.alibaba.fastjson2.schema
Methods in com.alibaba.fastjson2.schema that return JSONSchema.Type Modifier and Type Method Description JSONSchema.TypeArraySchema. getType()JSONSchema.TypeBooleanSchema. getType()JSONSchema.TypeEnumSchema. getType()JSONSchema.TypeIntegerSchema. getType()abstract JSONSchema.TypeJSONSchema. getType()JSONSchema.TypeNumberSchema. getType()JSONSchema.TypeObjectSchema. getType()JSONSchema.TypeStringSchema. getType()JSONSchema.TypeUnresolvedReference. getType()static JSONSchema.TypeJSONSchema.Type. of(String typeStr)static JSONSchema.TypeJSONSchema.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static JSONSchema.Type[]JSONSchema.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-