Uses of Interface
org.springframework.cglib.core.NamingPolicy
Packages that use NamingPolicy
-
Uses of NamingPolicy in org.springframework.cglib.core
Classes in org.springframework.cglib.core that implement NamingPolicyModifier and TypeClassDescriptionclassThe default policy used byAbstractClassGenerator.final classCustom variant of CGLIB'sDefaultNamingPolicy, modifying the tag in generated class names from "EnhancerByCGLIB" etc to a "SpringCGLIB" tag and using a plain counter suffix instead of a hash code suffix (as of 6.0).Methods in org.springframework.cglib.core that return NamingPolicyMethods in org.springframework.cglib.core with parameters of type NamingPolicyModifier and TypeMethodDescriptionvoidAbstractClassGenerator.setNamingPolicy(NamingPolicy namingPolicy) Override the default naming policy.