Uses of Class
org.springframework.aot.hint.ResourcePatternHints.Builder
Package
Description
Support for registering the need for reflection, resources, java
serialization and proxies at runtime.
-
Uses of ResourcePatternHints.Builder in org.springframework.aot.hint
Modifier and TypeMethodDescriptionResourcePatternHints.Builder.includes
(@Nullable TypeReference reachableType, String... includes) Include resources matching the specified glob patterns.Include resources matching the specified glob patterns.Modifier and TypeMethodDescriptionResourceHints.registerPattern
(@Nullable Consumer<ResourcePatternHints.Builder> resourceHint) Register that the resources matching the specified pattern should be made available at runtime.ResourceHints.registerPatternIfPresent
(@Nullable ClassLoader classLoader, String location, Consumer<ResourcePatternHints.Builder> resourceHint) Register a pattern if the givenlocation
is available on the classpath.