Interface MethodInvocationValidator<M>
- Type Parameters:
M- the message type
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Validates method invocation arguments right before a handler method is invoked.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic <M> MethodInvocationValidator<M> noOp()voidvalidate(M message, Object target, Executable executable, Object[] arguments)
-
Field Details
-
noOp
-
-
Method Details
-
validate
-
noOp
-