public class BaseObjectProxy extends Object implements InvocationHandler
| Modifier and Type | Field and Description |
|---|---|
protected static Method |
equalsMethod |
protected static Method |
hashCodeMethod |
protected static Method |
toStringMethod |
| Constructor and Description |
|---|
BaseObjectProxy() |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Object proxy,
Method method,
Object[] args) |
protected Boolean |
proxyEquals(Object proxy,
Object other) |
protected Integer |
proxyHashCode(Object proxy) |
protected String |
proxyToString(Object proxy) |
protected static Method hashCodeMethod
protected static Method equalsMethod
protected static Method toStringMethod
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.