Uses of Class
org.springframework.aot.hint.support.FilePatternResourceHintsRegistrar.Builder
Packages that use FilePatternResourceHintsRegistrar.Builder
Package
Description
Convenience classes for using runtime hints.
- 
Uses of FilePatternResourceHintsRegistrar.Builder in org.springframework.aot.hint.supportMethods in org.springframework.aot.hint.support that return FilePatternResourceHintsRegistrar.BuilderModifier and TypeMethodDescriptionFilePatternResourceHintsRegistrar.forClassPathLocations(String... classpathLocations) Configure the registrar with the specified classpath locations.FilePatternResourceHintsRegistrar.forClassPathLocations(List<String> classpathLocations) Configure the registrar with the specified classpath locations.FilePatternResourceHintsRegistrar.Builder.withClasspathLocations(String... classpathLocations) Consider the specified classpath locations.FilePatternResourceHintsRegistrar.Builder.withClasspathLocations(List<String> classpathLocations) Consider the specified classpath locations.FilePatternResourceHintsRegistrar.Builder.withFileExtensions(String... fileExtensions) Consider the specified file extensions.FilePatternResourceHintsRegistrar.Builder.withFileExtensions(List<String> fileExtensions) Consider the specified file extensions.FilePatternResourceHintsRegistrar.Builder.withFilePrefixes(String... filePrefixes) Consider the specified file prefixes.FilePatternResourceHintsRegistrar.Builder.withFilePrefixes(List<String> filePrefixes) Consider the specified file prefixes.