Package org.springframework.aot.hint
Class ResourcePatternHint
java.lang.Object
org.springframework.aot.hint.ResourcePatternHint
A hint that describes resources that should be made available at runtime.
The patterns may be a simple path which has a one-to-one mapping to a
resource on the classpath, or alternatively may contain the special
*
character to indicate a wildcard search.
- Since:
- 6.0
- Author:
- Stephane Nicoll
-
Nested Class Summary
-
Method Summary
Modifier 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
-
getIncludes
Return the include patterns to use to identify the resources to match.- Returns:
- the include patterns
-
getExcludes
Return the exclude patterns to use to identify the resources to match.- Returns:
- the exclude patterns
-