Uses of Class
net.sf.cglib.reflect.FastClass
-
Packages that use FastClass Package Description net.sf.cglib.reflect -
-
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(Class type)
static FastClass
FastClass. create(ClassLoader loader, Class type)
FastClass
FastClass.Generator. create()
Constructors in net.sf.cglib.reflect with parameters of type FastClass Constructor Description FastMember(FastClass fc, Member member, int index)
-