Uses of Class
com.github.victools.jsonschema.generator.SchemaKeyword.TagContent
-
Packages that use SchemaKeyword.TagContent Package Description com.github.victools.jsonschema.generator -
-
Uses of SchemaKeyword.TagContent in com.github.victools.jsonschema.generator
Methods in com.github.victools.jsonschema.generator that return SchemaKeyword.TagContent Modifier and Type Method Description static SchemaKeyword.TagContentSchemaKeyword.TagContent. valueOf(String name)Returns the enum constant of this type with the specified name.static SchemaKeyword.TagContent[]SchemaKeyword.TagContent. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.victools.jsonschema.generator with parameters of type SchemaKeyword.TagContent Modifier and Type Method Description booleanSchemaKeyword. supportsContentType(SchemaKeyword.TagContent contentType)Indicate whether the given kind of values can be expected under this keyword (if it represents a tag).
-