类 ExecutableHint.Builder
java.lang.Object
cn.taketoday.aot.hint.ExecutableHint.Builder
- 封闭类:
- ExecutableHint
Builder for
ExecutableHint.-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明(专用程序包) ExecutableHintbuild()Create anExecutableHintbased on the state of this builder.withMode(ExecutableMode mode) Specify that the mode is required.
-
字段详细资料
-
name
-
parameterTypes
-
mode
-
-
构造器详细资料
-
Builder
Builder(String name, List<TypeReference> parameterTypes)
-
-
方法详细资料
-
withMode
Specify that the mode is required.- 参数:
mode- the required mode- 返回:
this, to facilitate method chaining
-
build
ExecutableHint build()Create anExecutableHintbased on the state of this builder.- 返回:
- an executable hint
-