Package org.springframework.aot.hint
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 java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.aot.hint.ConditionalHintconditionMatches
- 
Method Details- 
getBaseNameReturn thebaseNameof the resource bundle.- Returns:
- the base name
 
- 
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
- 
hashCodepublic int hashCode()
 
-