@FunctionalInterface public static interface AbstractHeaderMapper.HeaderMatcher
Modifier and Type | Method and Description |
---|---|
default boolean |
isNegated()
Return true if this match should be explicitly excluded from the mapping.
|
boolean |
matchHeader(String headerName)
Specify if the given
headerName matches. |
boolean matchHeader(String headerName)
headerName
matches.headerName
- the header name to be matched.true
if headerName
matches to this AbstractHeaderMapper.HeaderMatcher
.default boolean isNegated()