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, invoke
getImplementedInterfacesOf, getProxyClass, newProxyInstance
public 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 FacadeProxyInvocationHandler
object
- The Object
that may or may not be
extended.Proxy
Class
if the Object
should
be extended; null
otherwise.Copyright © 2015–2020 Allen D. Ball. All rights reserved.