| Interface | Description |
|---|---|
| DefaultInterfaceMethodInvocationHandler |
Java 8 implementation of
InvocationHandler.invoke(Object,Method,Object[]) to invoke an
interface default method. |
| JavaLangReflectMethods |
java.lang.reflect and javax.lang.model.element utility
methods. |
| Class | Description |
|---|---|
| DefaultInvocationHandler |
Default
InvocationHandler implementation. |
| FacadeProxyInvocationHandler |
InvocationHandler abstract base class to "extend" concrete
implementation Classes by adding "facade" interfaces. |
| InterceptingInvocationHandler<T> |
"Intercepting"
InvocationHandler
implementation. |
java.lang.reflect.Copyright © 2015–2021. All rights reserved.