Uses of Class
io.vertx.json.schema.OutputFormat
-
Packages that use OutputFormat Package Description io.vertx.json.schema -
-
Uses of OutputFormat in io.vertx.json.schema
Methods in io.vertx.json.schema that return OutputFormat Modifier and Type Method Description OutputFormat
JsonSchemaOptions. getOutputFormat()
static OutputFormat
OutputFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static OutputFormat[]
OutputFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.json.schema with parameters of type OutputFormat Modifier and Type Method Description JsonSchemaOptions
JsonSchemaOptions. setOutputFormat(OutputFormat outputFormat)
-