Class BodyProcessorFactory
java.lang.Object
io.vertx.mutiny.ext.web.validation.builder.BodyProcessorFactory
- All Implemented Interfaces:
MutinyDelegate
This interface is used to build body processors.
Look at
Look at
Bodies
for all available factories.
NOTE: This class has been automatically generated from the original
non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBodyProcessorFactory
(io.vertx.ext.web.validation.builder.BodyProcessorFactory delegate) BodyProcessorFactory
(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.ext.web.validation.impl.body.BodyProcessor
create
(SchemaParser parser) boolean
io.vertx.ext.web.validation.builder.BodyProcessorFactory
int
hashCode()
static BodyProcessorFactory
newInstance
(io.vertx.ext.web.validation.builder.BodyProcessorFactory arg) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
BodyProcessorFactory
public BodyProcessorFactory(io.vertx.ext.web.validation.builder.BodyProcessorFactory delegate) -
BodyProcessorFactory
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.validation.builder.BodyProcessorFactory getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
create
-
newInstance
public static BodyProcessorFactory newInstance(io.vertx.ext.web.validation.builder.BodyProcessorFactory arg)
-