Uses of Interface
net.sf.cglib.core.NamingPolicy
-
Packages that use NamingPolicy Package Description net.sf.cglib.core net.sf.cglib.proxy -
-
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.Fields in net.sf.cglib.core declared as NamingPolicy Modifier and Type Field Description private NamingPolicyAbstractClassGenerator. namingPolicyMethods 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. -
Uses of NamingPolicy in net.sf.cglib.proxy
Fields in net.sf.cglib.proxy declared as NamingPolicy Modifier and Type Field Description (package private) NamingPolicyMethodProxy.CreateInfo. namingPolicy
-