Package org.springframework.aot.hint
Class ResourceBundleHint.Builder
java.lang.Object
org.springframework.aot.hint.ResourceBundleHint.Builder
- Enclosing class:
- ResourceBundleHint
Builder for 
ResourceBundleHint.- 
Method SummaryModifier and TypeMethodDescriptionUse thebaseNameof the resource bundle.onReachableType(TypeReference reachableType) Make this hint conditional on the fact that the specified type can be resolved.
- 
Method Details- 
onReachableTypeMake this hint conditional on the fact that the specified type can be resolved.- Parameters:
- reachableType- the type that should be reachable for this hint to apply
- Returns:
- this, to facilitate method chaining
 
- 
baseNameUse thebaseNameof the resource bundle.- Returns:
- this, to facilitate method chaining
 
 
-