类 FilePatternResourceHintsRegistrar

java.lang.Object
cn.taketoday.aot.hint.support.FilePatternResourceHintsRegistrar

public class FilePatternResourceHintsRegistrar extends Object
Register the necessary resource hints for loading files from the classpath, based on file name prefixes and file extensions with convenience to support multiple classpath locations.

Only registers hints for matching classpath locations, which allows for several locations to be provided without contributing unnecessary hints.

从以下版本开始:
4.0
作者:
Stephane Nicoll, Sam Brannen, Harry Yang