| Package | Description | 
|---|---|
| javassist.util.proxy | Dynamic proxy (similar to  Enhancerof cglib). | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ProxyObjectThe interface implemented by proxy classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| static MethodHandler | ProxyFactory. getHandler(Proxy p)Obtains the method handler of the given proxy object. | 
Copyright © 2016 Shigeru Chiba, www.javassist.org. All Rights Reserved.