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) FastClassMethodProxy.FastClassInfo. f1(package private) FastClassMethodProxy.FastClassInfo. f2Methods in net.sf.cglib.proxy that return FastClass Modifier and Type Method Description (package private) FastClassMethodProxy. getFastClass()(package private) FastClassMethodProxy. getSuperFastClass()private static FastClassMethodProxy. 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 FastClassFastMember. fcMethods in net.sf.cglib.reflect that return FastClass Modifier and Type Method Description static FastClassFastClass. create(java.lang.Class type)static FastClassFastClass. create(java.lang.ClassLoader loader, java.lang.Class type)FastClassFastClass.Generator. create()Methods in net.sf.cglib.reflect with parameters of type FastClass Modifier and Type Method Description private static intFastMethod. 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)
-