Interface BodyProcessorFactory
-
public interface BodyProcessorFactory
This interface is used to build body processors.
Look at
Bodies
for all available factories.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.vertx.ext.web.validation.impl.body.BodyProcessor
create(SchemaRepository schemaRepository)
-
-
-
Method Detail
-
create
io.vertx.ext.web.validation.impl.body.BodyProcessor create(SchemaRepository schemaRepository)
-
-