Class ProxyMethodHandler

  • All Implemented Interfaces:
    javassist.util.proxy.MethodHandler

    public class ProxyMethodHandler
    extends Object
    implements javassist.util.proxy.MethodHandler
    • Constructor Detail

      • ProxyMethodHandler

        public ProxyMethodHandler​(Object root,
                                  Map<Class<?>,​Object> interfacesWithImplementations)
    • Method Detail

      • methodCanBeHandledByInterface

        public boolean methodCanBeHandledByInterface​(Method method,
                                                     Class<?> interfaceClass)