Uses of Interface
net.sf.cglib.core.Transformer
-
Packages that use Transformer Package Description net.sf.cglib.core net.sf.cglib.proxy -
-
Uses of Transformer in net.sf.cglib.core
Classes in net.sf.cglib.core that implement Transformer Modifier and Type Class Description class
MethodInfoTransformer
Methods in net.sf.cglib.core with parameters of type Transformer Modifier and Type Method Description static java.util.Map
CollectionUtils. bucket(java.util.Collection c, Transformer t)
static java.util.List
CollectionUtils. transform(java.util.Collection c, Transformer t)
-
Uses of Transformer in net.sf.cglib.proxy
Fields in net.sf.cglib.proxy declared as Transformer Modifier and Type Field Description private static Transformer
MethodInterceptorGenerator. METHOD_TO_CLASS
-