Interface NamingPolicy

  • All Known Implementing Classes:
    DefaultNamingPolicy

    public interface NamingPolicy
    The naming policy for the proxy class.
    Author:
    Brennan Spies
    • 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