Package org.miaixz.bus.core.lang.reflect
Interface Invoker
- All Known Implementing Classes:
FieldInvoker,MethodInvoker
public interface Invoker
Invoker接口定义了调用目标对象的方法的规范。 它允许动态地调用方法,增强了代码的灵活性和扩展性。 参考:org.apache.ibatis.reflection.invoker.Invoker
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
-
Method Details
-
invoke
-
getName
-
getType
-
getTypeClass
-