Class ValidationHandler
- java.lang.Object
- 
- io.vertx.mutiny.ext.web.validation.ValidationHandler
 
- 
- All Implemented Interfaces:
- io.vertx.core.Handler<RoutingContext>,- Consumer<RoutingContext>
 
 public class ValidationHandler extends Object implements io.vertx.core.Handler<RoutingContext>, Consumer<RoutingContext> This is the entry point of this module. Provides the parsing, validation and puts the parsed objects into .
 You can easily build a new validation handler using a , that you can create with .
 For more info read the doc.
 NOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen.
- 
- 
Field SummaryFields Modifier and Type Field Description static TypeArg<ValidationHandler>__TYPE_ARGstatic StringREQUEST_CONTEXT_KEY
 - 
Constructor SummaryConstructors Constructor Description ValidationHandler(io.vertx.ext.web.validation.ValidationHandler delegate)ValidationHandler(Object delegate)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(RoutingContext item)static ValidationHandlerBuilderbuilder(SchemaParser parser)booleanequals(Object o)io.vertx.ext.web.validation.ValidationHandlergetDelegate()voidhandle(RoutingContext arg0)inthashCode()static ValidationHandlernewInstance(io.vertx.ext.web.validation.ValidationHandler arg)StringtoString()
 
- 
- 
- 
Field Detail- 
__TYPE_ARGpublic static final TypeArg<ValidationHandler> __TYPE_ARG 
 - 
REQUEST_CONTEXT_KEYpublic static final String REQUEST_CONTEXT_KEY - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
ValidationHandlerpublic ValidationHandler(io.vertx.ext.web.validation.ValidationHandler delegate) 
 - 
ValidationHandlerpublic ValidationHandler(Object delegate) 
 
- 
 - 
Method Detail- 
getDelegatepublic io.vertx.ext.web.validation.ValidationHandler getDelegate() 
 - 
handlepublic void handle(RoutingContext arg0) - Specified by:
- handlein interface- io.vertx.core.Handler<RoutingContext>
 
 - 
builderpublic static ValidationHandlerBuilder builder(SchemaParser parser) 
 - 
acceptpublic void accept(RoutingContext item) - Specified by:
- acceptin interface- Consumer<RoutingContext>
 
 - 
newInstancepublic static ValidationHandler newInstance(io.vertx.ext.web.validation.ValidationHandler arg) 
 
- 
 
-