Uses of Class
org.springframework.aot.hint.ResourceBundleHint.Builder
Package
Description
Support for registering the need for reflection, resources, java
serialization and proxies at runtime.
-
Uses of ResourceBundleHint.Builder in org.springframework.aot.hint
Modifier and TypeMethodDescriptionUse thebaseName
of the resource bundle.ResourceBundleHint.Builder.onReachableType
(TypeReference reachableType) Make this hint conditional on the fact that the specified type can be resolved.Modifier and TypeMethodDescriptionResourceHints.registerResourceBundle
(String baseName, Consumer<ResourceBundleHint.Builder> resourceHint) Register that the resource bundle with the specified base name should be made available at runtime.