类 ResourceBundleHint.Builder
java.lang.Object
cn.taketoday.aot.hint.ResourceBundleHint.Builder
- 封闭类:
- ResourceBundleHint
Builder for
ResourceBundleHint.-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Use thebaseNameof the resource bundle.(专用程序包) ResourceBundleHintbuild()Creates aResourceBundleHintbased on the state of this builder.onReachableType(TypeReference reachableType) Make this hint conditional on the fact that the specified type can be resolved.
-
字段详细资料
-
baseName
-
reachableType
-
-
构造器详细资料
-
Builder
Builder(String baseName)
-
-
方法详细资料
-
onReachableType
Make this hint conditional on the fact that the specified type can be resolved.- 参数:
reachableType- the type that should be reachable for this hint to apply- 返回:
this, to facilitate method chaining
-
baseName
Use thebaseNameof the resource bundle.- 返回:
this, to facilitate method chaining
-
build
ResourceBundleHint build()Creates aResourceBundleHintbased on the state of this builder.- 返回:
- a resource bundle hint
-