public class FirstResultChainInvocationHandler<H> extends AbstractInvocationHandler
| 限定符和类型 | 字段和说明 |
|---|---|
protected H[] |
handlers |
protected Class<H> |
type |
EMPTY_ARGS| 构造器和说明 |
|---|
FirstResultChainInvocationHandler(Class<H> type,
H[] handlers) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
protected Object |
handleInvocation(Object proxy,
Method method,
Object[] args) |
int |
hashCode() |
protected String |
toString(Object proxy,
Method method,
Object[] args) |
equals, hashCode, invokeprotected Object handleInvocation(@Nonnull Object proxy, @Nonnull Method method, @Nonnull Object[] args) throws Throwable
handleInvocation 在类中 AbstractInvocationHandlerThrowableCopyright © 2024. All rights reserved.