Package | Description |
---|---|
io.vertx.json.schema | |
io.vertx.reactivex.json.schema | |
io.vertx.rxjava.json.schema | |
io.vertx.rxjava3.json.schema |
Modifier and Type | Method and Description |
---|---|
OutputUnit |
OutputUnit.addAnnotation(OutputUnit annotation) |
OutputUnit |
OutputUnit.addAnnotations(List<OutputUnit> annotations) |
OutputUnit |
OutputUnit.addError(OutputUnit error) |
OutputUnit |
OutputUnit.addErrors(List<OutputUnit> errors) |
OutputUnit |
OutputUnit.setAnnotations(List<OutputUnit> annotations) |
OutputUnit |
OutputUnit.setError(String error) |
OutputUnit |
OutputUnit.setErrors(List<OutputUnit> errors) |
OutputUnit |
OutputUnit.setInstanceLocation(String instanceLocation) |
OutputUnit |
OutputUnit.setKeyword(String keyword) |
OutputUnit |
OutputUnit.setKeywordLocation(String keywordLocation) |
OutputUnit |
OutputUnit.setValid(Boolean valid) |
OutputUnit |
Validator.validate(Object instance)
Validate a given input against the initial schema
|
Modifier and Type | Method and Description |
---|---|
List<OutputUnit> |
OutputUnit.getAnnotations() |
List<OutputUnit> |
OutputUnit.getErrors() |
Modifier and Type | Method and Description |
---|---|
OutputUnit |
OutputUnit.addAnnotation(OutputUnit annotation) |
OutputUnit |
OutputUnit.addError(OutputUnit error) |
static void |
OutputUnitConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
OutputUnit obj) |
static void |
OutputUnitConverter.toJson(OutputUnit obj,
JsonObject json) |
static void |
OutputUnitConverter.toJson(OutputUnit obj,
Map<String,Object> json) |
Modifier and Type | Method and Description |
---|---|
OutputUnit |
OutputUnit.addAnnotations(List<OutputUnit> annotations) |
OutputUnit |
OutputUnit.addErrors(List<OutputUnit> errors) |
OutputUnit |
OutputUnit.setAnnotations(List<OutputUnit> annotations) |
OutputUnit |
OutputUnit.setErrors(List<OutputUnit> errors) |
Modifier and Type | Method and Description |
---|---|
OutputUnit |
Validator.validate(Object instance)
Validate a given input against the initial schema
|
Modifier and Type | Method and Description |
---|---|
OutputUnit |
Validator.validate(Object instance)
Validate a given input against the initial schema
|
Modifier and Type | Method and Description |
---|---|
OutputUnit |
Validator.validate(Object instance)
Validate a given input against the initial schema
|
Copyright © 2023 Eclipse. All rights reserved.