public class ValidatingInterceptor extends Object implements HandlerInterceptor
HandlerInterceptor.InterceptedHandler| Modifier and Type | Field and Description |
|---|---|
static Validator |
defaultValidator |
| Constructor and Description |
|---|
ValidatingInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
Function<DeserializingMessage,Object> |
interceptHandling(Function<DeserializingMessage,Object> function,
Handler<DeserializingMessage> handler,
String consumer) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmerge, wrappublic static final Validator defaultValidator
public Function<DeserializingMessage,Object> interceptHandling(Function<DeserializingMessage,Object> function, Handler<DeserializingMessage> handler, String consumer)
interceptHandling in interface HandlerInterceptorCopyright © 2019 Flux Capacitor. All rights reserved.