Uses of Class
net.sf.cglib.reflect.FastClass
-
Packages that use FastClass Package Description net.sf.cglib.proxy net.sf.cglib.reflect -
-
Uses of FastClass in net.sf.cglib.proxy
Fields in net.sf.cglib.proxy declared as FastClass Modifier and Type Field Description (package private) FastClass
MethodProxy.FastClassInfo. f1
(package private) FastClass
MethodProxy.FastClassInfo. f2
Methods in net.sf.cglib.proxy that return FastClass Modifier and Type Method Description (package private) FastClass
MethodProxy. getFastClass()
(package private) FastClass
MethodProxy. getSuperFastClass()
private static FastClass
MethodProxy. helper(MethodProxy.CreateInfo ci, java.lang.Class type)
-
Uses of FastClass in net.sf.cglib.reflect
Fields in net.sf.cglib.reflect declared as FastClass Modifier and Type Field Description protected FastClass
FastMember. fc
Methods in net.sf.cglib.reflect that return FastClass Modifier and Type Method Description static FastClass
FastClass. create(java.lang.Class type)
static FastClass
FastClass. create(java.lang.ClassLoader loader, java.lang.Class type)
FastClass
FastClass.Generator. create()
Methods in net.sf.cglib.reflect with parameters of type FastClass Modifier and Type Method Description private static int
FastMethod. helper(FastClass fc, java.lang.reflect.Method method)
Constructors in net.sf.cglib.reflect with parameters of type FastClass Constructor 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)
-