Class BodyProcessorFactory
java.lang.Object
io.vertx.rxjava3.ext.web.validation.builder.BodyProcessorFactory
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBodyProcessorFactory(BodyProcessorFactory delegate) BodyProcessorFactory(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.ext.web.validation.impl.body.BodyProcessorcreate(SchemaRepository schemaRepository) booleaninthashCode()static BodyProcessorFactorytoString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
BodyProcessorFactory
-
BodyProcessorFactory
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
create
public io.vertx.ext.web.validation.impl.body.BodyProcessor create(SchemaRepository schemaRepository) -
newInstance
-