Package io.micronaut.core.util
Class RegexPathMatcher
java.lang.Object
io.micronaut.core.util.RegexPathMatcher
- All Implemented Interfaces:
- PathMatcher
PathMatcher implementation for regex-style patterns.
- Since:
- 3.1
- Author:
- Rafael Acevedo
- 
Field SummaryFields inherited from interface io.micronaut.core.util.PathMatcherANT, REGEX
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
RegexPathMatcherpublic RegexPathMatcher()
 
- 
- 
Method Details- 
matchesDescription copied from interface:PathMatcherReturnstrueif the givensourcematches the specifiedpattern,falseotherwise.- Specified by:
- matchesin interface- PathMatcher
- Parameters:
- pattern- the pattern to match against
- source- the source to match
- Returns:
- trueif the given- sourcematches the specified- pattern,- falseotherwise.
 
 
-