Class AbstractKafkaHeaderMapper.SimplePatternBasedHeaderMatcher

  • All Implemented Interfaces:
    AbstractKafkaHeaderMapper.HeaderMatcher
    Enclosing class:
    AbstractKafkaHeaderMapper

    protected static class AbstractKafkaHeaderMapper.SimplePatternBasedHeaderMatcher
    extends java.lang.Object
    implements AbstractKafkaHeaderMapper.HeaderMatcher
    A pattern-based header matcher that matches if the specified header matches the specified simple pattern.

    The negate == true state indicates if the matching should be treated as "not matched".

    See Also:
    PatternMatchUtils.simpleMatch(String, String)
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isNegated()
      Return true if this matcher is a negative matcher.
      boolean matchHeader​(java.lang.String headerName)
      Return true if the header matches.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait