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 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()Constructors in net.sf.cglib.reflect with parameters of type FastClass Constructor Description FastMember(FastClass fc, java.lang.reflect.Member member, int index)
-