Package | Description |
---|---|
net.sf.cglib.proxy |
Modifier and Type | Class and Description |
---|---|
class |
CallbackHelper |
Modifier and Type | Method and Description |
---|---|
static Object |
Enhancer.create(Class superclass,
Class[] interfaces,
CallbackFilter filter,
Callback[] callbacks)
Helper method to create an intercepted object.
|
void |
Enhancer.setCallbackFilter(CallbackFilter filter)
Set the
CallbackFilter used to map the generated class' methods
to a particular callback index. |
Modifier and Type | Method and Description |
---|---|
Object |
Enhancer.EnhancerKey.newInstance(String type,
String[] interfaces,
WeakCacheKey<CallbackFilter> filter,
org.objectweb.asm.Type[] callbackTypes,
boolean useFactory,
boolean interceptDuringConstruction,
Long serialVersionUID) |
Copyright © 2023. All rights reserved.