public class ExceptionHandler<T> extends Object implements InvocationHandler
Constructor and Description |
---|
ExceptionHandler(T proxied,
Mapper mapper) |
Modifier and Type | Method and Description |
---|---|
static <T,S extends T> |
exceptionHandlerProxy(Class<T> interfaceClass,
S wrapped) |
static <T,S extends T> |
exceptionHandlerProxy(Class<T> interfaceClass,
S wrapped,
Mapper mapper) |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
Copyright © 2010–2019. All rights reserved.