| Package | Description |
|---|---|
| net.sf.cglib.proxy |
| Class | Description |
|---|---|
| Callback |
All callback interfaces used by
Enhancer extend this interface. |
| CallbackFilter |
Map methods of subclasses generated by
Enhancer to a particular
callback. |
| InvocationHandler |
InvocationHandler replacement (unavailable under JDK 1.2). |
| MethodProxy |
Classes generated by
Enhancer pass this object to the
registered MethodInterceptor objects when an intercepted method is invoked. |
| Mixin |
Mixin allows
multiple objects to be combined into a single larger object. |
| NoOp |
Methods using this
Enhancer callback will delegate directly to the
default (super) implementation in the base class. |
Copyright © 2018. All rights reserved.