Uses of Class
net.sf.cglib.reflect.FastClass
Packages that use FastClass
-
Uses of FastClass in net.sf.cglib.proxy
Fields in net.sf.cglib.proxy declared as FastClassModifier and TypeFieldDescription(package private) FastClassMethodProxy.FastClassInfo.f1(package private) FastClassMethodProxy.FastClassInfo.f2Methods in net.sf.cglib.proxy that return FastClassModifier and TypeMethodDescription(package private) FastClassMethodProxy.getFastClass()(package private) FastClassMethodProxy.getSuperFastClass()private static FastClassMethodProxy.helper(MethodProxy.CreateInfo ci, Class type) -
Uses of FastClass in net.sf.cglib.reflect
Fields in net.sf.cglib.reflect declared as FastClassMethods in net.sf.cglib.reflect that return FastClassModifier and TypeMethodDescriptionstatic FastClassstatic FastClassFastClass.create(ClassLoader loader, Class type) FastClass.Generator.create()Methods in net.sf.cglib.reflect with parameters of type FastClassModifier and TypeMethodDescriptionprivate static intConstructors in net.sf.cglib.reflect with parameters of type FastClassModifierConstructorDescription(package private)FastConstructor(FastClass fc, Constructor constructor) protectedFastMember(FastClass fc, Member member, int index) (package private)FastMethod(FastClass fc, Method method)