Uses of Class
com.kjetland.jackson.jsonSchema.JsonSchemaDraft
-
Packages that use JsonSchemaDraft Package Description com.kjetland.jackson.jsonSchema -
-
Uses of JsonSchemaDraft in com.kjetland.jackson.jsonSchema
Methods in com.kjetland.jackson.jsonSchema that return JsonSchemaDraft Modifier and Type Method Description static JsonSchemaDraftJsonSchemaDraft. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JsonSchemaDraft[]JsonSchemaDraft. values()Returns an array containing the constants of this enum type, in the order they are declared.
-