Uses of Class
com.github.victools.jsonschema.generator.SchemaKeyword.SchemaType
-
Packages that use SchemaKeyword.SchemaType Package Description com.github.victools.jsonschema.generator -
-
Uses of SchemaKeyword.SchemaType in com.github.victools.jsonschema.generator
Methods in com.github.victools.jsonschema.generator that return SchemaKeyword.SchemaType Modifier and Type Method Description static SchemaKeyword.SchemaTypeSchemaKeyword.SchemaType. valueOf(String name)Returns the enum constant of this type with the specified name.static SchemaKeyword.SchemaType[]SchemaKeyword.SchemaType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.victools.jsonschema.generator that return types with arguments of type SchemaKeyword.SchemaType Modifier and Type Method Description List<SchemaKeyword.SchemaType>SchemaKeyword. getImpliedTypes()Determine which (if any) specificSchemaKeyword.TAG_TYPEvalues this keyword implies.
-