Package | Description |
---|---|
net.sf.cglib.proxy | |
net.sf.cglib.reflect |
Modifier and Type | Field and Description |
---|---|
(package private) FastClass |
MethodProxy.FastClassInfo.f1 |
(package private) FastClass |
MethodProxy.FastClassInfo.f2 |
Modifier and Type | Method and Description |
---|---|
(package private) FastClass |
MethodProxy.getFastClass() |
(package private) FastClass |
MethodProxy.getSuperFastClass() |
private static FastClass |
MethodProxy.helper(MethodProxy.CreateInfo ci,
java.lang.Class type) |
Modifier and Type | Field and Description |
---|---|
protected FastClass |
FastMember.fc |
Modifier and Type | Method and Description |
---|---|
FastClass |
FastClass.Generator.create() |
static FastClass |
FastClass.create(java.lang.Class type) |
static FastClass |
FastClass.create(java.lang.ClassLoader loader,
java.lang.Class type) |
Modifier and Type | Method and Description |
---|---|
private static int |
FastMethod.helper(FastClass fc,
java.lang.reflect.Method method) |
Constructor and Description |
---|
FastConstructor(FastClass fc,
java.lang.reflect.Constructor constructor) |
FastMember(FastClass fc,
java.lang.reflect.Member member,
int index) |
FastMethod(FastClass fc,
java.lang.reflect.Method method) |