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 Bodies for all available factories.
NOTE: This class has been automatically generated from the original non Mutiny-ified interface.
- See Also:
-
BodyProcessorFactory
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBodyProcessorFactory(io.vertx.ext.web.validation.builder.BodyProcessorFactory delegate) Create a new instance ofBodyProcessorFactorydelegating to the given (non-null) instance ofBodyProcessorFactory.BodyProcessorFactory(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.ext.web.validation.impl.body.BodyProcessorcreate(io.vertx.json.schema.SchemaRepository schemaRepository) booleanio.vertx.ext.web.validation.builder.BodyProcessorFactoryGet the delegate instance.inthashCode()static BodyProcessorFactorynewInstance(io.vertx.ext.web.validation.builder.BodyProcessorFactory delegate) Creates a new instance of theBodyProcessorFactory.toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
BodyProcessorFactory
public BodyProcessorFactory(io.vertx.ext.web.validation.builder.BodyProcessorFactory delegate) Create a new instance ofBodyProcessorFactorydelegating to the given (non-null) instance ofBodyProcessorFactory. -
BodyProcessorFactory
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.validation.builder.BodyProcessorFactory getDelegate()Get the delegate instance.This method returns the instance on which this shim is delegating the calls. And so, give you access to the bare API.
- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate instance
-
create
public io.vertx.ext.web.validation.impl.body.BodyProcessor create(io.vertx.json.schema.SchemaRepository schemaRepository) -
newInstance
public static BodyProcessorFactory newInstance(io.vertx.ext.web.validation.builder.BodyProcessorFactory delegate) Creates a new instance of theBodyProcessorFactory. -
hashCode
public int hashCode() -
equals
-
toString
-