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 Summary
Constructors Constructor Description ProxyMethodHandler(Object root, Map<Class<?>,Object> interfacesWithImplementations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectinvoke(Object o, Method method, Method method2, Object[] args)booleanmethodCanBeHandledByInterface(Method method, Class<?> interfaceClass)
-