protected static class AbstractHeaderMapper.CompositeHeaderMatcher extends Object implements AbstractHeaderMapper.HeaderMatcher
AbstractHeaderMapper.HeaderMatcher
that matches if one of provided
AbstractHeaderMapper.HeaderMatcher
s matches to the headerName
.Modifier and Type | Method and Description |
---|---|
boolean |
matchHeader(String headerName)
Specify if the given
headerName matches. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNegated
public boolean matchHeader(String headerName)
AbstractHeaderMapper.HeaderMatcher
headerName
matches.matchHeader
in interface AbstractHeaderMapper.HeaderMatcher
headerName
- the header name to be matched.true
if headerName
matches to this AbstractHeaderMapper.HeaderMatcher
.