类的使用
cn.taketoday.aot.hint.support.FilePatternResourceHintsRegistrar.Builder
-
cn.taketoday.aot.hint.support中FilePatternResourceHintsRegistrar.Builder的使用
修饰符和类型方法说明FilePatternResourceHintsRegistrar.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.