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 pattern.ResourcePatternHints.Builder.excludes
(TypeReference reachableType, String... excludes) Exclude resources matching the specified pattern.Includes the resources matching the specified pattern.ResourcePatternHints.Builder.includes
(TypeReference reachableType, String... includes) Includes the resources matching the specified pattern.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.