| Package | Description | 
|---|---|
| io.vertx.ext.web.validation.builder | |
| io.vertx.json.schema.common.dsl | |
| io.vertx.json.schema.draft7.dsl | 
| Modifier and Type | Method and Description | 
|---|---|
static ParameterProcessorFactory | 
Parameters.optionalParam(String parameterName,
             StringSchemaBuilder schemaBuilder)
Creates a new optional string parameter 
 | 
static ParameterProcessorFactory | 
Parameters.param(String parameterName,
     StringSchemaBuilder schemaBuilder)
Creates a new required string parameter 
 | 
static BodyProcessorFactory | 
Bodies.textPlain(StringSchemaBuilder schemaBuilder)
Create a  
text/plain body processor | 
| Modifier and Type | Method and Description | 
|---|---|
static StringSchemaBuilder | 
Schemas.stringSchema()  | 
| Modifier and Type | Method and Description | 
|---|---|
static ObjectKeyword | 
Keywords.propertyNames(StringSchemaBuilder schemaBuilder)  | 
Copyright © 2020 Eclipse. All rights reserved.