Class MessageSourceAutoConfiguration.ResourceBundleCondition
java.lang.Object
org.springframework.boot.autoconfigure.condition.SpringBootCondition
org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration.ResourceBundleCondition
- All Implemented Interfaces:
 Condition
- Enclosing class:
 - MessageSourceAutoConfiguration
 
protected static class MessageSourceAutoConfiguration.ResourceBundleCondition
extends SpringBootCondition
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetMatchOutcome(ConditionContext context, AnnotatedTypeMetadata metadata) Determine the outcome of the match along with suitable log output.Methods inherited from class org.springframework.boot.autoconfigure.condition.SpringBootCondition
anyMatches, logOutcome, matches, matches 
- 
Constructor Details
- 
ResourceBundleCondition
protected ResourceBundleCondition() 
 - 
 - 
Method Details
- 
getMatchOutcome
Description copied from class:SpringBootConditionDetermine the outcome of the match along with suitable log output.- Specified by:
 getMatchOutcomein classSpringBootCondition- Parameters:
 context- the condition contextmetadata- the annotation metadata- Returns:
 - the condition outcome
 
 
 -