| Package | Description |
|---|---|
| net.sf.cglib.proxy |
| Modifier and Type | Field and Description |
|---|---|
protected InvocationHandler |
Proxy.h |
| Modifier and Type | Method and Description |
|---|---|
static InvocationHandler |
Proxy.getInvocationHandler(java.lang.Object proxy) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
Proxy.newProxyInstance(java.lang.ClassLoader loader,
java.lang.Class[] interfaces,
InvocationHandler h) |
| Constructor and Description |
|---|
Proxy(InvocationHandler h) |
Copyright © 2013 Oracle Corporation. All Rights Reserved.