Uses of Class
org.springframework.aot.hint.ResourceHints
Package
Description
Support for registering the need for reflection, resources, java
serialization and proxies at runtime.
-
Uses of ResourceHints in org.springframework.aot.hint
Modifier and TypeMethodDescriptionResourceHints.registerPattern
(String include) Register that the resources matching the specified pattern should be made available at runtime.ResourceHints.registerPattern
(String include, Consumer<ResourcePatternHint.Builder> resourceHint) Register that the resources matching the specified pattern should be made available at runtime.ResourceHints.registerResourceBundle
(String baseName) Register that the resource bundle with the specified base name should be made available at runtime.ResourceHints.registerType
(Class<?> type) Register that the bytecode of the specified type should be made available at runtime.ResourceHints.registerType
(TypeReference type) Register that the bytecode of the type defined by the specifiedTypeReference
should be made available at runtime.RuntimeHints.resources()
Provide access to resource-based hints.