public interface Validator<T>
| Modifier and Type | Method and Description |
|---|---|
String |
errorMessage() |
Predicate<T> |
predicate() |
Function<io.vertx.ext.web.RoutingContext,T> |
requestMapper() |
io.netty.handler.codec.http.HttpResponseStatus |
responseStatus() |
Copyright © 2020. All rights reserved.