Class ProxyMethodHandler

java.lang.Object
org.wickedsource.docxstamper.proxy.ProxyMethodHandler
All Implemented Interfaces:
javassist.util.proxy.MethodHandler

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

    • ProxyMethodHandler

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

    • invoke

      public Object invoke(Object o, Method method, Method method2, Object[] args) throws Throwable
      Specified by:
      invoke in interface javassist.util.proxy.MethodHandler
      Throws:
      Throwable
    • methodCanBeHandledByInterface

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