类 GeneratedMapUtils

java.lang.Object
cn.taketoday.test.context.aot.GeneratedMapUtils

final class GeneratedMapUtils extends Object
Utilities for loading generated maps.
从以下版本开始:
4.0
作者:
Sam Brannen, Stephane Nicoll, Harry Yang
  • 构造器详细资料

    • GeneratedMapUtils

      private GeneratedMapUtils()
  • 方法详细资料

    • loadMap

      static Map loadMap(String className, String methodName)
      Load a generated map.
      参数:
      className - the name of the class in which the static method resides
      methodName - the name of the static method to invoke
      返回:
      an unmodifiable map retrieved from a static method