Class LazyInitProxyFactory.WicketNamingPolicy

  • All Implemented Interfaces:
    net.sf.cglib.core.NamingPolicy
    Enclosing class:
    LazyInitProxyFactory

    public static final class LazyInitProxyFactory.WicketNamingPolicy
    extends net.sf.cglib.core.DefaultNamingPolicy
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getClassName​(java.lang.String prefix, java.lang.String source, java.lang.Object key, net.sf.cglib.core.Predicate names)  
      • Methods inherited from class net.sf.cglib.core.DefaultNamingPolicy

        equals, getTag, hashCode
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getClassName

        public java.lang.String getClassName​(java.lang.String prefix,
                                             java.lang.String source,
                                             java.lang.Object key,
                                             net.sf.cglib.core.Predicate names)
        Specified by:
        getClassName in interface net.sf.cglib.core.NamingPolicy
        Overrides:
        getClassName in class net.sf.cglib.core.DefaultNamingPolicy