public abstract class ExactKeyMatcher extends KeyMatcher
| Constructor and Description |
|---|
ExactKeyMatcher() |
| Modifier and Type | Method and Description |
|---|---|
static ExactKeyMatcher |
buildExactMatcher(KeyedMessage keyed) |
static ExactKeyMatcher |
buildExactMatcher(MessageKey key) |
boolean |
equals(java.lang.Object obj) |
abstract MessageKey |
getKey() |
int |
hashCode() |
getWildcardMatcher, matches, matchespublic abstract MessageKey getKey()
public static ExactKeyMatcher buildExactMatcher(MessageKey key)
public static ExactKeyMatcher buildExactMatcher(KeyedMessage keyed)
public boolean equals(java.lang.Object obj)
equals in class KeyMatcherpublic int hashCode()
hashCode in class java.lang.Object