Uses of Class
org.springframework.aot.hint.ResourceBundleHint.Builder
Packages that use 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
Methods in org.springframework.aot.hint that return ResourceBundleHint.BuilderModifier and TypeMethodDescriptionUse thebaseNameof the resource bundle.ResourceBundleHint.Builder.onReachableType(TypeReference reachableType) Make this hint conditional on the fact that the specified type can be resolved.Method parameters in org.springframework.aot.hint with type arguments of type ResourceBundleHint.BuilderModifier and TypeMethodDescriptionResourceHints.registerResourceBundle(String baseName, @Nullable Consumer<ResourceBundleHint.Builder> resourceHint) Register that the resource bundle with the specified base name should be made available at runtime.