public class CustomValidator extends Object
HTTPRequestValidationHandler
.
NOTE: This class has been automatically generated from the original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<CustomValidator> |
__TYPE_ARG |
Constructor and Description |
---|
CustomValidator(CustomValidator delegate) |
CustomValidator(Object delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
CustomValidator |
getDelegate() |
int |
hashCode() |
static CustomValidator |
newInstance(CustomValidator arg) |
String |
toString() |
void |
validate(RoutingContext routingContext)
Deprecated.
|
public static final io.vertx.lang.rx.TypeArg<CustomValidator> __TYPE_ARG
public CustomValidator(CustomValidator delegate)
public CustomValidator(Object delegate)
public CustomValidator getDelegate()
@Deprecated public void validate(RoutingContext routingContext)
routingContext
- the actual routing contextpublic static CustomValidator newInstance(CustomValidator arg)
Copyright © 2023 Eclipse. All rights reserved.