Package | Description |
---|---|
io.vertx.openapi.contract | |
io.vertx.openapi.validation | |
io.vertx.openapi.validation.transformer | |
io.vertx.reactivex.openapi.contract | |
io.vertx.rxjava3.openapi.contract |
Modifier and Type | Method and Description |
---|---|
List<Parameter> |
Response.getHeaders() |
List<Parameter> |
Operation.getParameters() |
List<Parameter> |
Path.getParameters() |
Modifier and Type | Method and Description |
---|---|
static ValidatorException |
ValidatorException.createCantDecodeValue(Parameter parameter) |
static ValidatorException |
ValidatorException.createInvalidValueFormat(Parameter parameter) |
static SchemaValidationException |
SchemaValidationException.createInvalidValueParameter(Parameter parameter,
OutputUnit outputUnit,
JsonSchemaValidationException cause) |
static ValidatorException |
ValidatorException.createMissingRequiredParameter(Parameter parameter) |
static ValidatorException |
ValidatorException.createUnsupportedValueFormat(Parameter parameter) |
Modifier and Type | Method and Description |
---|---|
protected String[] |
FormTransformer.getArrayValues(Parameter parameter,
String rawValue) |
protected String[] |
MatrixTransformer.getArrayValues(Parameter parameter,
String rawValue) |
protected String[] |
SimpleTransformer.getArrayValues(Parameter parameter,
String rawValue) |
protected String[] |
LabelTransformer.getArrayValues(Parameter parameter,
String rawValue) |
protected abstract String[] |
ParameterTransformer.getArrayValues(Parameter parameter,
String rawValue) |
protected String[] |
FormTransformer.getObjectKeysAndValues(Parameter parameter,
String rawValue) |
protected String[] |
MatrixTransformer.getObjectKeysAndValues(Parameter parameter,
String rawValue) |
protected String[] |
SimpleTransformer.getObjectKeysAndValues(Parameter parameter,
String rawValue) |
protected String[] |
LabelTransformer.getObjectKeysAndValues(Parameter parameter,
String rawValue) |
protected abstract String[] |
ParameterTransformer.getObjectKeysAndValues(Parameter parameter,
String rawValue) |
Object |
MatrixTransformer.transform(Parameter parameter,
String rawValue) |
Object |
LabelTransformer.transform(Parameter parameter,
String rawValue) |
Object |
ParameterTransformer.transform(Parameter parameter,
String rawValue)
Transforms the raw value from its
String representation into JSON. |
Object |
ParameterTransformer.transformArray(Parameter parameter,
String rawValue)
Like
ParameterTransformer.transform(Parameter, String) , but only for values considered to be an array. |
Object |
ParameterTransformer.transformObject(Parameter parameter,
String rawValue)
Like
ParameterTransformer.transform(Parameter, String) , but only for values considered to be an object. |
Object |
ParameterTransformer.transformPrimitive(Parameter parameter,
String rawValue)
Like
ParameterTransformer.transform(Parameter, String) , but only for values considered to be primitive. |
Modifier and Type | Method and Description |
---|---|
Parameter |
Parameter.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static Parameter |
Parameter.newInstance(Parameter arg) |
Constructor and Description |
---|
Parameter(Parameter delegate) |
Modifier and Type | Method and Description |
---|---|
Parameter |
Parameter.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static Parameter |
Parameter.newInstance(Parameter arg) |
Constructor and Description |
---|
Parameter(Parameter delegate) |
Copyright © 2024 Eclipse. All rights reserved.