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 TypeMethodDescriptionExclude resources matching the specified patterns.ResourcePatternHints.Builder.excludes
(TypeReference reachableType, String... excludes) Exclude resources matching the specified patterns.Include resources matching the specified patterns.ResourcePatternHints.Builder.includes
(TypeReference reachableType, String... includes) Include resources matching the specified patterns.Modifier and TypeMethodDescriptionResourceHints.registerPattern
(Consumer<ResourcePatternHints.Builder> resourceHint) Register that the resources matching the specified pattern should be made available at runtime.ResourceHints.registerPatternIfPresent
(ClassLoader classLoader, String location, Consumer<ResourcePatternHints.Builder> resourceHint) Register a pattern if the givenlocation
is available on the classpath.