| Interface | Description |
|---|---|
| Invoker |
执行者接口,定义了一个执行者的函数,执行者会通过invoke()方法获得结果
|
| Class | Description |
|---|---|
| ArrayElementInvoker<T> |
数组类型的
ElementInvoker |
| ElementInvoker<T> |
随机元素值执行者
两个字段,一个有值,一个为null
|
| ListElementInvoker<T> |
list类型的
ElementInvoker |
| MethodInvoker |
方法执行者,是
Invoker的是实现类,代表了一个方法的执行 |
Copyright © 2024. All rights reserved.