public final class OverrideInvocationHandlerDecorator extends Object implements InvocationHandler
InvocationHandler
decorator that allows a supplied
object to handle some of the methods.Constructor and Description |
---|
OverrideInvocationHandlerDecorator(InvocationHandler delegate,
Object overrider) |
OverrideInvocationHandlerDecorator(InvocationHandler delegate,
Object overrider,
String overridePrefix) |
public OverrideInvocationHandlerDecorator(InvocationHandler delegate, Object overrider)
public OverrideInvocationHandlerDecorator(InvocationHandler delegate, Object overrider, String overridePrefix)
Copyright © 2000-2014. All Rights Reserved.