Package org.proxy4j.core.util
Interface NamingPolicy
-
- All Known Implementing Classes:
DefaultNamingPolicy
public interface NamingPolicyThe naming policy for the proxy class.- Author:
- Brennan Spies
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetProxyName(String baseClassName, Object key)Returns the generated proxy class name based on the given type and the key.
-
-
-
Method Detail
-
getProxyName
String getProxyName(String baseClassName, Object key)
Returns the generated proxy class name based on the given type and the key.- Parameters:
baseClassName- The fully-qualified name of the proxy supertype (null if none given)key- The lookup key for the proxy class- Returns:
- The name of the proxy class
-
-