Class DefaultNamingPolicy

    • Constructor Detail

      • DefaultNamingPolicy

        public DefaultNamingPolicy()
    • Method Detail

      • getProxyName

        public String getProxyName​(String baseClassName,
                                   Object key)
        Description copied from interface: NamingPolicy
        Returns the generated proxy class name based on the given type and the key.
        Specified by:
        getProxyName in interface NamingPolicy
        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