Package org.aoju.bus.proxy.invoker
package org.aoju.bus.proxy.invoker
Invoker实现
- Since:
- Java 17+
- Author:
- Kimi Liu
-
ClassDescription支持的调用程序,这意味着它在从目标提供程序返回的对象上找到匹配的方法并调用它。适配器类,将JDK的
InvocationHandler接口调整为Commons Proxy的Invoker接口切面实现类一个仅为所有方法调用返回null的Invoker实现 这个类对于需要“空对象”设计模式的场景非常有用拦截层