org.omnaest.utils.proxy.handler
Class MethodInvocationHandlerDecorator
java.lang.Object
org.omnaest.utils.proxy.handler.MethodInvocationHandlerDecorator
- All Implemented Interfaces:
- MethodInvocationHandler
- Direct Known Subclasses:
- MethodInvocationHandlerDecoratorToString, MethodInvocationHandlerDecoratorUnderlyingMapAware
public abstract class MethodInvocationHandlerDecorator
- extends Object
- implements MethodInvocationHandler
Decorator for MethodInvocationHandler
- Author:
- Omnaest
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
methodInvocationHandler
protected MethodInvocationHandler methodInvocationHandler
MethodInvocationHandlerDecorator
public MethodInvocationHandlerDecorator()
MethodInvocationHandlerDecorator
public MethodInvocationHandlerDecorator(MethodInvocationHandler methodInvocationHandler)
- Parameters:
methodInvocationHandler -
setMethodInvocationHandler
public MethodInvocationHandlerDecorator setMethodInvocationHandler(MethodInvocationHandler methodInvocationHandler)
- Sets the decorated
MethodInvocationHandler
- Parameters:
methodInvocationHandler -
- Returns:
- this
Copyright © 2013. All Rights Reserved.