Class ResourceBundleHint
java.lang.Object
org.springframework.aot.hint.ResourceBundleHint
- All Implemented Interfaces:
- ConditionalHint
A hint that describes the need to access a 
ResourceBundle.- Since:
- 6.0
- Author:
- Stephane Nicoll, Brian Clozel
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionbooleanReturn thebaseNameof the resource bundle.Return the type that should be reachable for this hint to apply, ornullif this hint should always been applied.inthashCode()Methods inherited from class Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ConditionalHintconditionMatches
- 
Method Details- 
getBaseNameReturn thebaseNameof the resource bundle.
- 
getReachableTypeDescription copied from interface:ConditionalHintReturn the type that should be reachable for this hint to apply, ornullif this hint should always been applied.- Specified by:
- getReachableTypein interface- ConditionalHint
- Returns:
- the reachable type, if any
 
- 
equals
- 
hashCode
 
-