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