类 GeneratedMapUtils
java.lang.Object
cn.taketoday.test.context.aot.GeneratedMapUtils
Utilities for loading generated maps.
- 从以下版本开始:
- 4.0
- 作者:
- Sam Brannen, Stephane Nicoll, Harry Yang
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
GeneratedMapUtils
private GeneratedMapUtils()
-
-
方法详细资料
-
loadMap
Load a generated map.- 参数:
className- the name of the class in which the static method residesmethodName- the name of the static method to invoke- 返回:
- an unmodifiable map retrieved from a static method
-