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 class
DefaultNamingPolicy
The default policy used byAbstractClassGenerator
.Fields in net.sf.cglib.core declared as NamingPolicy Modifier and Type Field Description private NamingPolicy
AbstractClassGenerator. namingPolicy
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. -
Uses of NamingPolicy in net.sf.cglib.proxy
Fields in net.sf.cglib.proxy declared as NamingPolicy Modifier and Type Field Description (package private) NamingPolicy
MethodProxy.CreateInfo. namingPolicy
-