Uses of Interface
net.sf.cglib.core.NamingPolicy
-
Packages that use NamingPolicy Package Description net.sf.cglib.core -
-
Uses of NamingPolicy in net.sf.cglib.core
Classes in net.sf.cglib.core that implement NamingPolicy Modifier and Type Class Description class
DefaultNamingPolicy
The default policy used byAbstractClassGenerator
.Methods in net.sf.cglib.core that return NamingPolicy Modifier and Type Method Description NamingPolicy
AbstractClassGenerator. getNamingPolicy()
Methods in net.sf.cglib.core with parameters of type NamingPolicy Modifier and Type Method Description void
AbstractClassGenerator. setNamingPolicy(NamingPolicy namingPolicy)
Override the default naming policy.
-