Class Bodies
java.lang.Object
io.vertx.mutiny.ext.web.validation.builder.Bodies
- All Implemented Interfaces:
MutinyDelegate
In this interface you can find all available
To create new schemas using , look at the docs of vertx-json-schema NOTE: This class has been automatically generated from the
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 Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
static BodyProcessorFactory
formUrlEncoded
(io.vertx.json.schema.common.dsl.ObjectSchemaBuilder schemaBuilder) io.vertx.ext.web.validation.builder.Bodies
int
hashCode()
static BodyProcessorFactory
json
(io.vertx.json.schema.common.dsl.SchemaBuilder schemaBuilder) static BodyProcessorFactory
multipartFormData
(io.vertx.json.schema.common.dsl.ObjectSchemaBuilder schemaBuilder) static Bodies
newInstance
(io.vertx.ext.web.validation.builder.Bodies arg) static BodyProcessorFactory
textPlain
(io.vertx.json.schema.common.dsl.StringSchemaBuilder schemaBuilder) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
Bodies
public Bodies(io.vertx.ext.web.validation.builder.Bodies delegate) -
Bodies
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.validation.builder.Bodies getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
json
public static BodyProcessorFactory json(io.vertx.json.schema.common.dsl.SchemaBuilder schemaBuilder) - Parameters:
schemaBuilder
-- Returns:
-
textPlain
public static BodyProcessorFactory textPlain(io.vertx.json.schema.common.dsl.StringSchemaBuilder schemaBuilder) - Parameters:
schemaBuilder
-- Returns:
-
formUrlEncoded
public static BodyProcessorFactory formUrlEncoded(io.vertx.json.schema.common.dsl.ObjectSchemaBuilder schemaBuilder) - Parameters:
schemaBuilder
-- Returns:
-
multipartFormData
public static BodyProcessorFactory multipartFormData(io.vertx.json.schema.common.dsl.ObjectSchemaBuilder schemaBuilder) - Parameters:
schemaBuilder
-- Returns:
-
newInstance
-