A B C D E F G H I J K L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addAnnotation(OutputUnit) - Method in class io.vertx.json.schema.OutputUnit
- addAnnotations(List<OutputUnit>) - Method in class io.vertx.json.schema.OutputUnit
- addError(OutputUnit) - Method in class io.vertx.json.schema.OutputUnit
- addErrors(List<OutputUnit>) - Method in class io.vertx.json.schema.OutputUnit
- additionalItems(SchemaBuilder) - Method in class io.vertx.json.schema.common.dsl.TupleSchemaBuilder
- additionalProperties(SchemaBuilder) - Method in class io.vertx.json.schema.common.dsl.ObjectSchemaBuilder
- alias(String) - Method in class io.vertx.json.schema.common.dsl.SchemaBuilder
- allOf(SchemaBuilder...) - Static method in class io.vertx.json.schema.common.dsl.Schemas
- allowAdditionalProperties(boolean) - Method in class io.vertx.json.schema.common.dsl.ObjectSchemaBuilder
- annotate(String, String) - Method in interface io.vertx.json.schema.JsonSchema
-
Annotates the schema.
- anyOf(SchemaBuilder...) - Static method in class io.vertx.json.schema.common.dsl.Schemas
- ARRAY - io.vertx.json.schema.common.dsl.SchemaType
- ArrayKeyword - Class in io.vertx.json.schema.common.dsl
- ArrayKeyword(String, Object) - Constructor for class io.vertx.json.schema.common.dsl.ArrayKeyword
- ArrayKeyword(String, Supplier<Object>) - Constructor for class io.vertx.json.schema.common.dsl.ArrayKeyword
- arraySchema() - Static method in class io.vertx.json.schema.common.dsl.Schemas
- ArraySchemaBuilder - Class in io.vertx.json.schema.common.dsl
- asInteger() - Method in class io.vertx.json.schema.common.dsl.NumberSchemaBuilder
B
- Basic - io.vertx.json.schema.OutputFormat
-
Flat list of errors and annotations with boolean success value.
- BOOLEAN - io.vertx.json.schema.common.dsl.SchemaType
- BooleanKeyword - Class in io.vertx.json.schema.common.dsl
- BooleanKeyword(String, Object) - Constructor for class io.vertx.json.schema.common.dsl.BooleanKeyword
- booleanSchema() - Static method in class io.vertx.json.schema.common.dsl.Schemas
- BooleanSchemaBuilder - Class in io.vertx.json.schema.common.dsl
- BYTE - io.vertx.json.schema.common.dsl.StringFormat
C
- checkValidity() - Method in class io.vertx.json.schema.OutputUnit
- constSchema(Object) - Static method in class io.vertx.json.schema.common.dsl.Schemas
- containsKey(String) - Method in interface io.vertx.json.schema.JsonSchema
-
Checks if the given key is present in the schema object.
- create(JsonSchemaOptions) - Static method in interface io.vertx.json.schema.SchemaRepository
-
Create a repository with some initial configuration.
- create(JsonSchemaOptions, JsonFormatValidator) - Static method in interface io.vertx.json.schema.SchemaRepository
-
Create a repository with some initial configuration.
- create(JsonSchema, JsonSchemaOptions) - Static method in interface io.vertx.json.schema.Validator
-
Creates a new validator with some initial schema and options.
- create(JsonSchema, JsonSchemaOptions, JsonFormatValidator) - Static method in interface io.vertx.json.schema.Validator
-
Creates a new validator with some initial schema, options and a custom JSON format validator.
- create(String, String, Object) - Static method in exception io.vertx.json.schema.ValidationException
- create(String, String, Object, Throwable) - Static method in exception io.vertx.json.schema.ValidationException
- create(String, String, Object, Collection<Throwable>) - Static method in exception io.vertx.json.schema.ValidationException
D
- DATE - io.vertx.json.schema.common.dsl.StringFormat
- DATETIME - io.vertx.json.schema.common.dsl.StringFormat
- DEFAULT_VALIDATOR - Static variable in interface io.vertx.json.schema.JsonFormatValidator
-
The default validator which performs a NOOP.
- defaultValue(Object) - Method in class io.vertx.json.schema.common.dsl.SchemaBuilder
- dereference(JsonSchema) - Method in interface io.vertx.json.schema.SchemaRepository
-
Dereferences a schema to the repository.
- dereference(String, JsonSchema) - Method in interface io.vertx.json.schema.SchemaRepository
-
Dereferences a schema to the repository.
- Draft - Enum in io.vertx.json.schema
-
Json-Schema drafts.
- DRAFT201909 - io.vertx.json.schema.Draft
-
Draft 2019-09 - https://json-schema.org/draft/2019-09/schema Commonly used by many projects
- DRAFT202012 - io.vertx.json.schema.Draft
-
Draft 2020-12 - https://json-schema.org/draft/2020-12/schema Usually used by OpenAPI 3.1
- DRAFT4 - io.vertx.json.schema.Draft
-
Draft 4 - http://json-schema.org/draft-04/schema# Usually used by OpenAPI 3.0
- DRAFT7 - io.vertx.json.schema.Draft
-
Draft 7 - http://json-schema.org/draft-07/schema# Commonly used by many projects
E
- EMAIL - io.vertx.json.schema.common.dsl.StringFormat
- enumSchema(Object...) - Static method in class io.vertx.json.schema.common.dsl.Schemas
- errorType() - Method in exception io.vertx.json.schema.JsonSchemaValidationException
- EXCLUDE_ANNOTATION_ENTRIES - Static variable in interface io.vertx.json.schema.JsonSchema
-
Predicate to filter out annotation keys.
- EXCLUDE_ANNOTATIONS - Static variable in interface io.vertx.json.schema.JsonSchema
-
Predicate to filter out annotation keys.
- exclusiveMaximum(double) - Static method in class io.vertx.json.schema.common.dsl.Keywords
- exclusiveMinimum(double) - Static method in class io.vertx.json.schema.common.dsl.Keywords
F
- fieldNames() - Method in interface io.vertx.json.schema.JsonSchema
-
Returns the field names on the underlying object.
- find(String) - Method in interface io.vertx.json.schema.SchemaRepository
-
Look up a schema using a JSON pointer notation
- Flag - io.vertx.json.schema.OutputFormat
-
Short circuit output, just a simple
true/falsevalue. - format(StringFormat) - Static method in class io.vertx.json.schema.common.dsl.Keywords
- from(String) - Static method in enum io.vertx.json.schema.Draft
-
Converts a draft number to a
Draftenum value. - fromIdentifier(String) - Static method in enum io.vertx.json.schema.Draft
-
Converts a draft identifier to a
Draftenum value. - fromJson(JsonObject) - Method in class io.vertx.json.schema.common.dsl.SchemaBuilder
G
- GenericSchemaBuilder - Class in io.vertx.json.schema.common.dsl
- GenericSchemaBuilder() - Constructor for class io.vertx.json.schema.common.dsl.GenericSchemaBuilder
- get(String) - Method in interface io.vertx.json.schema.JsonSchema
-
Get a type casted value by key.
- get(String, R) - Method in interface io.vertx.json.schema.JsonSchema
-
Get a type casted value by key.
- getAbsoluteKeywordLocation() - Method in class io.vertx.json.schema.OutputUnit
- getAdditionalItems() - Method in class io.vertx.json.schema.common.dsl.TupleSchemaBuilder
- getAnnotations() - Method in class io.vertx.json.schema.OutputUnit
- getBaseUri() - Method in class io.vertx.json.schema.JsonSchemaOptions
- getDraft() - Method in class io.vertx.json.schema.JsonSchemaOptions
- getError() - Method in class io.vertx.json.schema.OutputUnit
- getErrors() - Method in class io.vertx.json.schema.OutputUnit
- getErrorType() - Method in class io.vertx.json.schema.OutputUnit
- getIdentifier() - Method in enum io.vertx.json.schema.Draft
- getInstanceLocation() - Method in class io.vertx.json.schema.OutputUnit
- getItemList() - Method in class io.vertx.json.schema.common.dsl.TupleSchemaBuilder
- getKeyword() - Method in class io.vertx.json.schema.common.dsl.Keyword
- getKeywordLocation() - Method in class io.vertx.json.schema.OutputUnit
- getName() - Method in enum io.vertx.json.schema.common.dsl.SchemaType
- getName() - Method in enum io.vertx.json.schema.common.dsl.StringFormat
- getOutputFormat() - Method in class io.vertx.json.schema.JsonSchemaOptions
- getPatternProperties() - Method in class io.vertx.json.schema.common.dsl.ObjectSchemaBuilder
- getProperties() - Method in class io.vertx.json.schema.common.dsl.ObjectSchemaBuilder
- getType() - Method in class io.vertx.json.schema.common.dsl.SchemaBuilder
- getValid() - Method in class io.vertx.json.schema.OutputUnit
- getValueSupplier() - Method in class io.vertx.json.schema.common.dsl.Keyword
H
- HOSTNAME - io.vertx.json.schema.common.dsl.StringFormat
I
- id - Variable in class io.vertx.json.schema.common.dsl.SchemaBuilder
- id(JsonPointer) - Method in class io.vertx.json.schema.common.dsl.SchemaBuilder
- input() - Method in exception io.vertx.json.schema.ValidationException
- inputScope - Variable in exception io.vertx.json.schema.ValidationException
- inputScope() - Method in exception io.vertx.json.schema.ValidationException
- INTEGER - io.vertx.json.schema.common.dsl.SchemaType
- intSchema() - Static method in class io.vertx.json.schema.common.dsl.Schemas
- INVALID_VALUE - io.vertx.json.schema.OutputErrorType
- io.vertx.json.schema - package io.vertx.json.schema
- io.vertx.json.schema.common - package io.vertx.json.schema.common
- io.vertx.json.schema.common.dsl - package io.vertx.json.schema.common.dsl
- io.vertx.jsonschema - module io.vertx.jsonschema
- IPV4 - io.vertx.json.schema.common.dsl.StringFormat
- IPV6 - io.vertx.json.schema.common.dsl.StringFormat
- isAfter(Draft) - Method in enum io.vertx.json.schema.Draft
- isBefore(Draft) - Method in enum io.vertx.json.schema.Draft
- isPropertyRequired(String) - Method in class io.vertx.json.schema.common.dsl.ObjectSchemaBuilder
- item(SchemaBuilder) - Method in class io.vertx.json.schema.common.dsl.TupleSchemaBuilder
- items(SchemaBuilder) - Method in class io.vertx.json.schema.common.dsl.ArraySchemaBuilder
J
- JSON_POINTER - io.vertx.json.schema.common.dsl.StringFormat
- JsonFormatValidator - Interface in io.vertx.json.schema
- JsonSchema - Interface in io.vertx.json.schema
-
A Json-Schema holder.
- JsonSchemaOptions - Class in io.vertx.json.schema
-
Configuration options for the Json-Schema validator
- JsonSchemaOptions() - Constructor for class io.vertx.json.schema.JsonSchemaOptions
- JsonSchemaOptions(JsonObject) - Constructor for class io.vertx.json.schema.JsonSchemaOptions
- JsonSchemaOptions(JsonSchemaOptions) - Constructor for class io.vertx.json.schema.JsonSchemaOptions
- JsonSchemaOptionsConverter - Class in io.vertx.json.schema
-
Converter and mapper for
JsonSchemaOptions. - JsonSchemaOptionsConverter() - Constructor for class io.vertx.json.schema.JsonSchemaOptionsConverter
- JsonSchemaValidationException - Exception in io.vertx.json.schema
-
This is the main class for every JsonSchemaValidation flow related errors
- JsonSchemaValidationException(String, String, OutputErrorType, StackTraceElement) - Constructor for exception io.vertx.json.schema.JsonSchemaValidationException
- JsonSchemaValidationException(String, Throwable, String, OutputErrorType) - Constructor for exception io.vertx.json.schema.JsonSchemaValidationException
- JsonSchemaValidationException(String, Throwable, String, OutputErrorType, StackTraceElement) - Constructor for exception io.vertx.json.schema.JsonSchemaValidationException
K
- keyword() - Method in exception io.vertx.json.schema.ValidationException
- Keyword - Class in io.vertx.json.schema.common.dsl
- Keyword(String, Object) - Constructor for class io.vertx.json.schema.common.dsl.Keyword
- Keyword(String, Supplier<Object>) - Constructor for class io.vertx.json.schema.common.dsl.Keyword
- keywords - Variable in class io.vertx.json.schema.common.dsl.SchemaBuilder
- Keywords - Class in io.vertx.json.schema.common.dsl
- Keywords() - Constructor for class io.vertx.json.schema.common.dsl.Keywords
L
- location() - Method in exception io.vertx.json.schema.JsonSchemaValidationException
M
- maximum(double) - Static method in class io.vertx.json.schema.common.dsl.Keywords
- maxItems(int) - Static method in class io.vertx.json.schema.common.dsl.Keywords
- maxLength(int) - Static method in class io.vertx.json.schema.common.dsl.Keywords
- maxProperties(int) - Static method in class io.vertx.json.schema.common.dsl.Keywords
- minimum(double) - Static method in class io.vertx.json.schema.common.dsl.Keywords
- minItems(int) - Static method in class io.vertx.json.schema.common.dsl.Keywords
- minLength(int) - Static method in class io.vertx.json.schema.common.dsl.Keywords
- minProperties(int) - Static method in class io.vertx.json.schema.common.dsl.Keywords
- MISSING_VALUE - io.vertx.json.schema.OutputErrorType
- multipleOf(double) - Static method in class io.vertx.json.schema.common.dsl.Keywords
N
- NONE - io.vertx.json.schema.OutputErrorType
- not(SchemaBuilder) - Static method in class io.vertx.json.schema.common.dsl.Schemas
- nullable() - Method in class io.vertx.json.schema.common.dsl.SchemaBuilder
- NUMBER - io.vertx.json.schema.common.dsl.SchemaType
- NumberKeyword - Class in io.vertx.json.schema.common.dsl
- NumberKeyword(String, Object) - Constructor for class io.vertx.json.schema.common.dsl.NumberKeyword
- numberSchema() - Static method in class io.vertx.json.schema.common.dsl.Schemas
- NumberSchemaBuilder - Class in io.vertx.json.schema.common.dsl
O
- OBJECT - io.vertx.json.schema.common.dsl.SchemaType
- ObjectKeyword - Class in io.vertx.json.schema.common.dsl
- ObjectKeyword(String, Object) - Constructor for class io.vertx.json.schema.common.dsl.ObjectKeyword
- ObjectKeyword(String, Supplier<Object>) - Constructor for class io.vertx.json.schema.common.dsl.ObjectKeyword
- objectSchema() - Static method in class io.vertx.json.schema.common.dsl.Schemas
- ObjectSchemaBuilder - Class in io.vertx.json.schema.common.dsl
- of(boolean) - Static method in interface io.vertx.json.schema.JsonSchema
-
Factory method to create a
JsonSchemafrom aBoolean. - of(JsonObject) - Static method in interface io.vertx.json.schema.JsonSchema
-
Factory method to create a
JsonSchemafrom aJsonObject. - of(String, JsonObject) - Static method in interface io.vertx.json.schema.JsonSchema
-
Factory method to create a
JsonSchemafrom aJsonObject. - oneOf(SchemaBuilder...) - Static method in class io.vertx.json.schema.common.dsl.Schemas
- optionalProperty(String, SchemaBuilder) - Method in class io.vertx.json.schema.common.dsl.ObjectSchemaBuilder
- OutputErrorType - Enum in io.vertx.json.schema
- OutputFormat - Enum in io.vertx.json.schema
-
Json-Schema defines how validators should output the validation result for interop.
- OutputUnit - Class in io.vertx.json.schema
- OutputUnit() - Constructor for class io.vertx.json.schema.OutputUnit
- OutputUnit(boolean) - Constructor for class io.vertx.json.schema.OutputUnit
- OutputUnit(JsonObject) - Constructor for class io.vertx.json.schema.OutputUnit
- OutputUnit(String, String, String, String, OutputErrorType) - Constructor for class io.vertx.json.schema.OutputUnit
- OutputUnitConverter - Class in io.vertx.json.schema
-
Converter and mapper for
OutputUnit. - OutputUnitConverter() - Constructor for class io.vertx.json.schema.OutputUnitConverter
P
- pattern(Pattern) - Static method in class io.vertx.json.schema.common.dsl.Keywords
- patternProperty(Pattern, SchemaBuilder) - Method in class io.vertx.json.schema.common.dsl.ObjectSchemaBuilder
- preloadMetaSchema(FileSystem) - Method in interface io.vertx.json.schema.SchemaRepository
-
Preloads the repository with the meta schemas for the related @link
Draftversion. - preloadMetaSchema(FileSystem, Draft) - Method in interface io.vertx.json.schema.SchemaRepository
-
Preloads the repository with the meta schemas for the related draft version.
- property(String, SchemaBuilder) - Method in class io.vertx.json.schema.common.dsl.ObjectSchemaBuilder
R
- ref(JsonPointer) - Static method in class io.vertx.json.schema.common.dsl.Schemas
- Ref - Interface in io.vertx.json.schema
-
JsonObject
$refresolver. - refToAlias(String) - Static method in class io.vertx.json.schema.common.dsl.Schemas
- REGEX - io.vertx.json.schema.common.dsl.StringFormat
- RELATIVE_JSON_POINTER - io.vertx.json.schema.common.dsl.StringFormat
- requiredProperty(String, SchemaBuilder) - Method in class io.vertx.json.schema.common.dsl.ObjectSchemaBuilder
- resolve(JsonObject) - Static method in interface io.vertx.json.schema.Ref
-
Resolve all
$refin the givenJsonObject. - resolve(JsonObject) - Method in interface io.vertx.json.schema.SchemaRepository
-
Resolve all
$refin the givenJsonObject.
S
- schema() - Static method in class io.vertx.json.schema.common.dsl.Schemas
-
Creates a generic untyped schema.
- schema() - Method in exception io.vertx.json.schema.SchemaException
-
Json representation of the schema
- SchemaBuilder<T extends SchemaBuilder<?,?>,K extends Keyword> - Class in io.vertx.json.schema.common.dsl
-
Entry point for schema dsl.
- SchemaBuilder(SchemaType) - Constructor for class io.vertx.json.schema.common.dsl.SchemaBuilder
- SchemaException - Exception in io.vertx.json.schema
-
This class represents an error while parsing a
Schema - SchemaException(Object, String) - Constructor for exception io.vertx.json.schema.SchemaException
- SchemaException(Object, String, Throwable) - Constructor for exception io.vertx.json.schema.SchemaException
- SchemaRepository - Interface in io.vertx.json.schema
-
A repository is a holder of dereferenced schemas, it can be used to create validator instances for a specific schema.
- Schemas - Class in io.vertx.json.schema.common.dsl
- Schemas() - Constructor for class io.vertx.json.schema.common.dsl.Schemas
- SchemaType - Enum in io.vertx.json.schema.common.dsl
- SchemaURNId - Class in io.vertx.json.schema.common
- SchemaURNId() - Constructor for class io.vertx.json.schema.common.SchemaURNId
- SchemaURNId(String) - Constructor for class io.vertx.json.schema.common.SchemaURNId
- setAbsoluteKeywordLocation(String) - Method in class io.vertx.json.schema.OutputUnit
- setAnnotations(List<OutputUnit>) - Method in class io.vertx.json.schema.OutputUnit
- setBaseUri(String) - Method in class io.vertx.json.schema.JsonSchemaOptions
- setDraft(Draft) - Method in class io.vertx.json.schema.JsonSchemaOptions
- setError(String) - Method in class io.vertx.json.schema.OutputUnit
- setErrors(List<OutputUnit>) - Method in class io.vertx.json.schema.OutputUnit
- setErrorType(OutputErrorType) - Method in class io.vertx.json.schema.OutputUnit
- setInputScope(JsonPointer) - Method in exception io.vertx.json.schema.common.ValidationExceptionImpl
- setInstanceLocation(String) - Method in class io.vertx.json.schema.OutputUnit
- setKeywordLocation(String) - Method in class io.vertx.json.schema.OutputUnit
- setOutputFormat(OutputFormat) - Method in class io.vertx.json.schema.JsonSchemaOptions
- setValid(Boolean) - Method in class io.vertx.json.schema.OutputUnit
- STRING - io.vertx.json.schema.common.dsl.SchemaType
- StringFormat - Enum in io.vertx.json.schema.common.dsl
- StringKeyword - Class in io.vertx.json.schema.common.dsl
- StringKeyword(String, Object) - Constructor for class io.vertx.json.schema.common.dsl.StringKeyword
- stringSchema() - Static method in class io.vertx.json.schema.common.dsl.Schemas
- StringSchemaBuilder - Class in io.vertx.json.schema.common.dsl
- StringSchemaBuilder() - Constructor for class io.vertx.json.schema.common.dsl.StringSchemaBuilder
T
- TIME - io.vertx.json.schema.common.dsl.StringFormat
- toException(Object) - Method in class io.vertx.json.schema.OutputUnit
- toJson() - Method in class io.vertx.json.schema.common.dsl.ObjectSchemaBuilder
- toJson() - Method in class io.vertx.json.schema.common.dsl.SchemaBuilder
- toJson() - Method in class io.vertx.json.schema.common.dsl.TupleSchemaBuilder
- toJson() - Method in class io.vertx.json.schema.JsonSchemaOptions
- toJson() - Method in class io.vertx.json.schema.OutputUnit
- toPointer() - Method in class io.vertx.json.schema.common.SchemaURNId
- toString() - Method in class io.vertx.json.schema.common.SchemaURNId
- toString() - Method in class io.vertx.json.schema.JsonSchemaOptions
- toString() - Method in class io.vertx.json.schema.OutputUnit
- toString() - Method in exception io.vertx.json.schema.SchemaException
- toString() - Method in exception io.vertx.json.schema.ValidationException
- toURI() - Method in class io.vertx.json.schema.common.SchemaURNId
- tupleSchema() - Static method in class io.vertx.json.schema.common.dsl.Schemas
- TupleSchemaBuilder - Class in io.vertx.json.schema.common.dsl
- type - Variable in class io.vertx.json.schema.common.dsl.SchemaBuilder
- type(SchemaType) - Method in class io.vertx.json.schema.common.dsl.SchemaBuilder
- type(SchemaType...) - Static method in class io.vertx.json.schema.common.dsl.Keywords
U
- uniqueItems() - Static method in class io.vertx.json.schema.common.dsl.Keywords
- URI - io.vertx.json.schema.common.dsl.StringFormat
- URI_REFERENCE - io.vertx.json.schema.common.dsl.StringFormat
- URI_TEMPLATE - io.vertx.json.schema.common.dsl.StringFormat
V
- validate(Object) - Method in interface io.vertx.json.schema.Validator
-
Validate a given input against the initial schema.
- validateFormat(String, String, Object) - Method in interface io.vertx.json.schema.JsonFormatValidator
- ValidationException - Exception in io.vertx.json.schema
-
This is the main class for every Validation flow related errors
- ValidationException(String, String, Object) - Constructor for exception io.vertx.json.schema.ValidationException
- ValidationException(String, String, Object, boolean) - Constructor for exception io.vertx.json.schema.ValidationException
- ValidationException(String, Throwable, String, Object) - Constructor for exception io.vertx.json.schema.ValidationException
- ValidationException(String, Throwable, String, Object, boolean) - Constructor for exception io.vertx.json.schema.ValidationException
- ValidationExceptionImpl - Exception in io.vertx.json.schema.common
- ValidationExceptionImpl(String, String, Object) - Constructor for exception io.vertx.json.schema.common.ValidationExceptionImpl
- ValidationExceptionImpl(String, Throwable, String, Object) - Constructor for exception io.vertx.json.schema.common.ValidationExceptionImpl
- ValidationExceptionImpl(String, Collection<Throwable>, String, Object) - Constructor for exception io.vertx.json.schema.common.ValidationExceptionImpl
- validator(JsonSchema) - Method in interface io.vertx.json.schema.SchemaRepository
-
A new validator instance using this repository options.
- validator(JsonSchema, JsonSchemaOptions) - Method in interface io.vertx.json.schema.SchemaRepository
-
A new validator instance overriding this repository options.
- validator(JsonSchema, JsonSchemaOptions, boolean) - Method in interface io.vertx.json.schema.SchemaRepository
-
A new validator instance overriding this repository options.
- validator(String) - Method in interface io.vertx.json.schema.SchemaRepository
-
A new validator instance using this repository options.
- validator(String, JsonSchemaOptions) - Method in interface io.vertx.json.schema.SchemaRepository
-
A new validator instance overriding this repository options.
- Validator - Interface in io.vertx.json.schema
-
A validator, validates some input object using a well known schema.
- valueOf(String) - Static method in enum io.vertx.json.schema.common.dsl.SchemaType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.json.schema.common.dsl.StringFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.json.schema.Draft
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.json.schema.OutputErrorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.json.schema.OutputFormat
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.vertx.json.schema.common.dsl.SchemaType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.json.schema.common.dsl.StringFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.json.schema.Draft
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.json.schema.OutputErrorType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.json.schema.OutputFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- with(K) - Method in class io.vertx.json.schema.common.dsl.SchemaBuilder
- with(K...) - Method in class io.vertx.json.schema.common.dsl.SchemaBuilder
- withKeyword(String, Object) - Method in class io.vertx.json.schema.common.dsl.SchemaBuilder
All Classes All Packages