Uses of Interface
org.proxy4j.core.util.NamingPolicy
-
Packages that use NamingPolicy Package Description org.proxy4j.core org.proxy4j.core.cglib org.proxy4j.core.util -
-
Uses of NamingPolicy in org.proxy4j.core
Methods in org.proxy4j.core that return NamingPolicy Modifier and Type Method Description protected NamingPolicyBaseProxyFactory. getNamingStrategy()Returns aNamingPolicythat can be used to create proxy class names.Methods in org.proxy4j.core with parameters of type NamingPolicy Modifier and Type Method Description voidBaseProxyFactory. setNamingStrategy(NamingPolicy namingPolicy)Sets the naming policy used to determine the proxy class name. -
Uses of NamingPolicy in org.proxy4j.core.cglib
Constructors in org.proxy4j.core.cglib with parameters of type NamingPolicy Constructor Description NamingPolicyAdapter(NamingPolicy policy) -
Uses of NamingPolicy in org.proxy4j.core.util
Classes in org.proxy4j.core.util that implement NamingPolicy Modifier and Type Class Description classDefaultNamingPolicyA default implementation ofNamingPolicy.
-