public class IntegerArrayConverterAdvice extends AbstractServiceMethodAfterReturningAdvice<IntegerArray>
| Constructor and Description |
|---|
IntegerArrayConverterAdvice() |
| Modifier and Type | Method and Description |
|---|---|
IntegerArray |
afterReturning(Method method,
Object result,
Object... args)
If after advice defined for a service method, invokes this method after method execution finished.
|
afterThrowingpublic IntegerArray afterReturning(Method method, Object result, Object... args) throws Exception
ServiceMethodAfterAdviceresult - method return valueargs - method argumentsExceptionCopyright © 2004–2019 OpenL Tablets. All rights reserved.