Package org.springframework.aot.hint
Class ResourcePatternHint.Builder
java.lang.Object
org.springframework.aot.hint.ResourcePatternHint.Builder
- Enclosing class:
- ResourcePatternHint
Builder for 
ResourcePatternHint.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Creates aResourcePatternHintbased on the state of this builder.Exclude resources matching the specified pattern.Includes the resources matching the specified pattern.
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
includesIncludes the resources matching the specified pattern.- Parameters:
- includes- the include patterns
- Returns:
- this, to facilitate method chaining
 
- 
excludesExclude resources matching the specified pattern.- Parameters:
- excludes- the excludes pattern
- Returns:
- this, to facilitate method chaining
 
- 
buildCreates aResourcePatternHintbased on the state of this builder.- Returns:
- a resource pattern hint
 
 
-