Class ValidationHandler
java.lang.Object
io.vertx.mutiny.ext.web.validation.ValidationHandler
- All Implemented Interfaces:
MutinyDelegate,io.vertx.core.Handler<RoutingContext>,Consumer<RoutingContext>
public class ValidationHandler
extends Object
implements io.vertx.core.Handler<RoutingContext>, Consumer<RoutingContext>, MutinyDelegate
NOTE: This class has been automatically generated from the
original non Mutiny-ified interface.- See Also:
-
ValidationHandler
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionValidationHandler(io.vertx.ext.web.validation.ValidationHandler delegate) Create a new instance ofValidationHandlerdelegating to the given (non-null) instance ofValidationHandler.ValidationHandler(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(RoutingContext item) Handle an item.booleanio.vertx.ext.web.validation.ValidationHandlerGet the delegate instance.voidhandle(RoutingContext item) Handle an item.inthashCode()static ValidationHandlernewInstance(io.vertx.ext.web.validation.ValidationHandler delegate) Creates a new instance of theValidationHandler.toString()
-
Field Details
-
REQUEST_CONTEXT_KEY
- See Also:
-
__TYPE_ARG
-
-
Constructor Details
-
ValidationHandler
public ValidationHandler(io.vertx.ext.web.validation.ValidationHandler delegate) Create a new instance ofValidationHandlerdelegating to the given (non-null) instance ofValidationHandler. -
ValidationHandler
-
-
Method Details
-
accept
Handle an item. This method is generated from theoriginalmethod."- Specified by:
acceptin interfaceConsumer<RoutingContext>
-
handle
Handle an item. This method is generated from theoriginalmethod."- Specified by:
handlein interfaceio.vertx.core.Handler<RoutingContext>
-
getDelegate
public io.vertx.ext.web.validation.ValidationHandler 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
-
newInstance
Creates a new instance of theValidationHandler. -
hashCode
public int hashCode() -
equals
-
toString
-