public class ProxyMethodHandler extends Object implements javassist.util.proxy.MethodHandler
| Constructor and Description |
|---|
ProxyMethodHandler(Object root,
Map<Class<?>,ICommentProcessor> interfacesWithImplementations) |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Object o,
Method method,
Method method2,
Object[] args) |
boolean |
methodCanBeHandledByInterface(Method method,
Class<?> interfaceClass) |
public ProxyMethodHandler(Object root, Map<Class<?>,ICommentProcessor> interfacesWithImplementations)
Copyright © 2017. All rights reserved.