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) FastClass
MethodProxy.FastClassInfo.f1
(package private) FastClass
MethodProxy.FastClassInfo.f2
Methods in net.sf.cglib.proxy that return FastClassModifier and TypeMethodDescription(package private) FastClass
MethodProxy.getFastClass()
(package private) FastClass
MethodProxy.getSuperFastClass()
private static FastClass
MethodProxy.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 FastClass
static FastClass
FastClass.create
(ClassLoader loader, Class type) FastClass.Generator.create()
Methods in net.sf.cglib.reflect with parameters of type FastClassModifier and TypeMethodDescriptionprivate static int
Constructors in net.sf.cglib.reflect with parameters of type FastClassModifierConstructorDescription(package private)
FastConstructor
(FastClass fc, Constructor constructor) protected
FastMember
(FastClass fc, Member member, int index) (package private)
FastMethod
(FastClass fc, Method method)