类 MessageSourceAutoConfiguration.ResourceBundleCondition
java.lang.Object
org.springframework.boot.autoconfigure.condition.SpringBootCondition
org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration.ResourceBundleCondition
- 所有已实现的接口:
Condition
protected static class MessageSourceAutoConfiguration.ResourceBundleCondition
extends SpringBootCondition
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getMatchOutcome
(ConditionContext context, AnnotatedTypeMetadata metadata) Determine the outcome of the match along with suitable log output.从类继承的方法 org.springframework.boot.autoconfigure.condition.SpringBootCondition
anyMatches, logOutcome, matches, matches
-
构造器详细资料
-
ResourceBundleCondition
protected ResourceBundleCondition()
-
-
方法详细资料
-
getMatchOutcome
从类复制的说明:SpringBootCondition
Determine the outcome of the match along with suitable log output.- 指定者:
getMatchOutcome
在类中SpringBootCondition
- 参数:
context
- the condition contextmetadata
- the annotation metadata- 返回:
- the condition outcome
-