Class ResourcePatternHints.Builder
java.lang.Object
org.springframework.aot.hint.ResourcePatternHints.Builder
- Enclosing class:
- ResourcePatternHints
Builder for 
ResourcePatternHints.- Since:
- 6.0
- Author:
- Stephane Nicoll, Brian Clozel, Sam Brannen
- 
Method SummaryModifier and TypeMethodDescriptionInclude resources matching the specified glob patterns.includes(@Nullable TypeReference reachableType, String... includes) Include resources matching the specified glob patterns.
- 
Method Details- 
includespublic ResourcePatternHints.Builder includes(@Nullable TypeReference reachableType, String... includes) Include resources matching the specified glob patterns.- Parameters:
- reachableType- the type that should be reachable for this hint to apply
- includes- the include patterns (see- ResourcePatternHintdocumentation)
- Returns:
- this, to facilitate method chaining
 
- 
includesInclude resources matching the specified glob patterns.- Parameters:
- includes- the include patterns (see- ResourcePatternHintdocumentation)
- Returns:
- this, to facilitate method chaining
 
 
-