Uses of Class
org.springframework.aot.hint.ResourcePatternHint.Builder
Package
Description
Support for registering the need for reflection, resources, java
serialization and proxies at runtime.
-
Uses of ResourcePatternHint.Builder in org.springframework.aot.hint
Modifier and TypeMethodDescriptionExclude resources matching the specified pattern.Includes the resources matching the specified pattern.Modifier and TypeMethodDescriptionResourceHints.registerPattern
(String include, Consumer<ResourcePatternHint.Builder> resourceHint) Register that the resources matching the specified pattern should be made available at runtime.