@FunctionalInterface public interface UpdateInterceptor
Modifier and Type | Method and Description |
---|---|
boolean |
update(String methodName,
Object t)
modifies
t with changed data |
boolean update(String methodName, Object t) throws IllegalArgumentException
t
with changed datamethodName
- the name of the methodt
- the input argument - for a method call with multiple arguments, the last one is passedIllegalArgumentException
- if t is Validatable and failsCopyright © 2023. All rights reserved.