Uses of Class
org.springframework.aot.hint.ResourcePatternHint.Builder
Packages that use 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
Methods in org.springframework.aot.hint that return ResourcePatternHint.BuilderModifier and TypeMethodDescriptionExclude resources matching the specified pattern.Includes the resources matching the specified pattern.Method parameters in org.springframework.aot.hint with type arguments of type ResourcePatternHint.BuilderModifier and TypeMethodDescriptionResourceHints.registerPattern
(String include, Consumer<ResourcePatternHint.Builder> resourceHint) Register that the resources matching the specified pattern should be made available at runtime.