public static class FluentNode.InvocationHandler extends FacadeProxyInvocationHandler
| Constructor and Description |
|---|
InvocationHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected Class<?> |
getProxyClassFor(Object object)
Implementation provides
Proxy class if
Object implements Node with the corresponding
FluentNode sub-interface(s). |
enhance, invokegetImplementedInterfacesOf, getProxyClass, newProxyInstancepublic InvocationHandler()
protected Class<?> getProxyClassFor(Object object)
Proxy class if
Object implements Node with the corresponding
FluentNode sub-interface(s).
Method provided by subclasses to provide the Proxy
Class if the input Object should be extended.getProxyClassFor in class FacadeProxyInvocationHandlerobject - The Object that may or may not be
extended.Proxy Class if the Object should
be extended; null otherwise.Copyright © 2015–2021. All rights reserved.