Class CGLIBEnhancedConverter.ReverseEngineeredCallbackFilter

  • All Implemented Interfaces:
    net.sf.cglib.proxy.CallbackFilter
    Enclosing class:
    CGLIBEnhancedConverter

    private static class CGLIBEnhancedConverter.ReverseEngineeredCallbackFilter
    extends java.lang.Object
    implements net.sf.cglib.proxy.CallbackFilter
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Map callbackIndexMap  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int accept​(java.lang.reflect.Method method)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface net.sf.cglib.proxy.CallbackFilter

        equals
    • Field Detail

      • callbackIndexMap

        private final java.util.Map callbackIndexMap
    • Constructor Detail

      • ReverseEngineeredCallbackFilter

        public ReverseEngineeredCallbackFilter​(java.util.Map callbackIndexMap)
    • Method Detail

      • accept

        public int accept​(java.lang.reflect.Method method)
        Specified by:
        accept in interface net.sf.cglib.proxy.CallbackFilter