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 classMethodInfoTransformerMethods in net.sf.cglib.core with parameters of type Transformer Modifier and Type Method Description static java.util.MapCollectionUtils. bucket(java.util.Collection c, Transformer t)static java.util.ListCollectionUtils. 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 TransformerMethodInterceptorGenerator. METHOD_TO_CLASS
-