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 classDefaultNamingPolicyThe default policy used byAbstractClassGenerator.Methods in net.sf.cglib.core that return NamingPolicy Modifier and Type Method Description NamingPolicyAbstractClassGenerator. getNamingPolicy()Methods in net.sf.cglib.core with parameters of type NamingPolicy Modifier and Type Method Description voidAbstractClassGenerator. setNamingPolicy(NamingPolicy namingPolicy)Override the default naming policy.
-