Class Bodies
java.lang.Object
io.vertx.reactivex.ext.web.validation.builder.Bodies
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
In this interface you can find all available
BodyProcessorFactory to use in
ValidationHandlerBuilder. To create new schemas using , look at the docs of vertx-json-schema
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic BodyProcessorFactoryformUrlEncoded(ObjectSchemaBuilder schemaBuilder) Create a formapplication/x-www-form-urlencodedprocessorinthashCode()static BodyProcessorFactoryjson(SchemaBuilder schemaBuilder) Create a json body processorstatic BodyProcessorFactorymultipartFormData(ObjectSchemaBuilder schemaBuilder) Create a formmultipart/form-dataprocessorstatic BodiesnewInstance(Bodies arg) static BodyProcessorFactorytextPlain(StringSchemaBuilder schemaBuilder) Create atext/plainbody processortoString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
Bodies
-
Bodies
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
json
Create a json body processor- Parameters:
schemaBuilder-- Returns:
-
textPlain
Create atext/plainbody processor- Parameters:
schemaBuilder-- Returns:
-
formUrlEncoded
Create a formapplication/x-www-form-urlencodedprocessor- Parameters:
schemaBuilder-- Returns:
-
multipartFormData
Create a formmultipart/form-dataprocessor- Parameters:
schemaBuilder-- Returns:
-
newInstance
-