クラスの使用
org.springframework.aot.hint.ResourcePatternHints.Builder
ResourcePatternHints.Builder を使用するパッケージ
org.springframework.aot.hint 内の ResourcePatternHints.Builder 使用
修飾子と型メソッド説明指定されたパターンに一致するリソースを除外します。ResourcePatternHints.Builder.excludes(TypeReference reachableType, StringSE... excludes) 指定されたパターンに一致するリソースを除外します。指定されたパターンに一致するリソースを含めます。ResourcePatternHints.Builder.includes(TypeReference reachableType, StringSE... includes) 指定されたパターンに一致するリソースを含めます。型 ResourcePatternHints.Builder の型引数を持つ org.springframework.aot.hint のメソッドパラメーター修飾子と型メソッド説明ResourceHints.registerPattern(ConsumerSE<ResourcePatternHints.Builder> resourceHint) 指定されたパターンに一致するリソースが実行時に利用可能になるように登録します。ResourceHints.registerPatternIfPresent(ClassLoaderSE classLoader, StringSE location, ConsumerSE<ResourcePatternHints.Builder> resourceHint) 指定されたlocationがクラスパスで利用可能な場合、パターンを登録します。