public abstract class PartialInvocationHandler<T> extends Object implements InvocationHandler
PartialInvocationHandler
will be invoked on the delegate.
Enforce type safety through common interfaces honouring ISP.Constructor and Description |
---|
PartialInvocationHandler(T delegate)
Constructor for PartialInvocationHandler.
|
Modifier and Type | Method and Description |
---|---|
Object |
invoke(Object proxy,
Method method,
Object[] args) |
protected Object |
wrapDefaultInPfft(Method method,
Object[] args)
wrapDefaultInPfft.
|
protected final T delegate
public PartialInvocationHandler(T delegate)
Constructor for PartialInvocationHandler.
delegate
- a T object.Copyright © 2018 earcam. All rights reserved.