public interface Bodies
BodyProcessorFactory
to use in ValidationHandlerBuilder
. SchemaBuilder
, look at the docs of vertx-json-schemaModifier and Type | Method and Description |
---|---|
static BodyProcessorFactory |
formUrlEncoded(io.vertx.json.schema.common.dsl.ObjectSchemaBuilder schemaBuilder)
Create a form
application/x-www-form-urlencoded processor |
static BodyProcessorFactory |
json(io.vertx.json.schema.common.dsl.SchemaBuilder schemaBuilder)
Create a json body processor
|
static BodyProcessorFactory |
multipartFormData(io.vertx.json.schema.common.dsl.ObjectSchemaBuilder schemaBuilder)
Create a form
multipart/form-data processor |
static BodyProcessorFactory |
textPlain(io.vertx.json.schema.common.dsl.StringSchemaBuilder schemaBuilder)
Create a
text/plain body processor |
static BodyProcessorFactory json(io.vertx.json.schema.common.dsl.SchemaBuilder schemaBuilder)
schemaBuilder
- static BodyProcessorFactory textPlain(io.vertx.json.schema.common.dsl.StringSchemaBuilder schemaBuilder)
text/plain
body processorschemaBuilder
- static BodyProcessorFactory formUrlEncoded(io.vertx.json.schema.common.dsl.ObjectSchemaBuilder schemaBuilder)
application/x-www-form-urlencoded
processorschemaBuilder
- static BodyProcessorFactory multipartFormData(io.vertx.json.schema.common.dsl.ObjectSchemaBuilder schemaBuilder)
multipart/form-data
processorschemaBuilder
- Copyright © 2020 Eclipse. All rights reserved.