类的使用
cn.taketoday.aot.hint.ResourcePatternHints.Builder
程序包
说明
Support for registering the need for reflection, resources, java
serialization and proxies at runtime.
-
cn.taketoday.aot.hint中ResourcePatternHints.Builder的使用
修饰符和类型方法说明ResourcePatternHints.Builder.excludes(TypeReference reachableType, String... excludes) Exclude resources matching the specified patterns.Exclude resources matching the specified patterns.ResourcePatternHints.Builder.includes(TypeReference reachableType, String... includes) Include resources matching the specified patterns.Include resources matching the specified patterns.类型变量类型为ResourcePatternHints.Builder的cn.taketoday.aot.hint中的方法参数修饰符和类型方法说明ResourceHints.registerPattern(Consumer<ResourcePatternHints.Builder> resourceHint) Register that the resources matching the specified pattern should be made available at runtime.ResourceHints.registerPatternIfPresent(ClassLoader classLoader, String location, Consumer<ResourcePatternHints.Builder> resourceHint) Register a pattern if the givenlocationis available on the classpath.