Package | Description |
---|---|
net.sf.cglib.proxy | |
net.sf.cglib.samples |
Class and 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. |
Class and Description |
---|
Callback
All callback interfaces used by
Enhancer extend this interface. |
MethodInterceptor
General-purpose
Enhancer callback which provides for "around advice". |
MethodProxy
Classes generated by
Enhancer pass this object to the
registered MethodInterceptor objects when an intercepted method is invoked. |
Copyright © 2023. All rights reserved.