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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Return thebaseName
of the resource bundle.Return the type that should be reachable for this hint to apply, ornull
if this hint should always been applied.int
hashCode()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.aot.hint.ConditionalHint
conditionMatches
-
Method Details
-
getBaseName
Return thebaseName
of the resource bundle.- Returns:
- the base name
-
getReachableType
Description copied from interface:ConditionalHint
Return the type that should be reachable for this hint to apply, ornull
if this hint should always been applied.- Specified by:
getReachableType
in interfaceConditionalHint
- Returns:
- the reachable type, if any
-
equals
-
hashCode
public int hashCode()
-