Package org.springframework.aot.hint
Class ResourcePatternHints
java.lang.Object
org.springframework.aot.hint.ResourcePatternHints
A collection of 
ResourcePatternHint describing whether resources should
 be made available at runtime using a matching algorithm based on include/exclude
 patterns.- Since:
- 6.0
- Author:
- Stephane Nicoll, Brian Clozel
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionReturn the exclude patterns to use to identify the resources to match.Return the include patterns to use to identify the resources to match.
- 
Method Details- 
getIncludesReturn the include patterns to use to identify the resources to match.- Returns:
- the include patterns
 
- 
getExcludesReturn the exclude patterns to use to identify the resources to match.- Returns:
- the exclude patterns
 
 
-