Uses of Class
org.springframework.aot.hint.ResourcePatternHints.Builder
Packages that use 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
Methods in org.springframework.aot.hint that return ResourcePatternHints.BuilderModifier and TypeMethodDescriptionResourcePatternHints.Builder.includes
(@Nullable TypeReference reachableType, String... includes) Include resources matching the specified glob patterns.Include resources matching the specified glob patterns.Method parameters in org.springframework.aot.hint with type arguments of type ResourcePatternHints.BuilderModifier 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.