类 ResourceBundleHint
java.lang.Object
cn.taketoday.aot.hint.ResourceBundleHint
- 所有已实现的接口:
ConditionalHint
A hint that describes the need to access a
ResourceBundle.- 从以下版本开始:
- 4.0
- 作者:
- Stephane Nicoll, Brian Clozel
-
嵌套类概要
嵌套类 -
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanReturn thebaseNameof the resource bundle.Return the type that should be reachable for this hint to apply, ornullif this hint should always been applied.inthashCode()从接口继承的方法 cn.taketoday.aot.hint.ConditionalHint
conditionMatches
-
字段详细资料
-
baseName
-
reachableType
-
-
构造器详细资料
-
ResourceBundleHint
ResourceBundleHint(ResourceBundleHint.Builder builder)
-
-
方法详细资料
-
getBaseName
Return thebaseNameof the resource bundle.- 返回:
- the base name
-
getReachableType
从接口复制的说明:ConditionalHintReturn the type that should be reachable for this hint to apply, ornullif this hint should always been applied.- 指定者:
getReachableType在接口中ConditionalHint- 返回:
- the reachable type, if any
-
equals
-
hashCode
public int hashCode()
-