Package org.springframework.aot.hint
Class ResourceBundleHint
java.lang.Object
org.springframework.aot.hint.ResourceBundleHint
A hint that describes the need to access to a
ResourceBundle
.- Since:
- 6.0
- Author:
- Stephane Nicoll
-
Method Summary
Modifier and TypeMethodDescriptionReturn thebaseName
of the resource bundle.
-
Method Details
-
getBaseName
Return thebaseName
of the resource bundle.- Returns:
- the base name
-