@FunctionalInterface
public interface InExRuleMatcher<T,R>
Modifier and Type | Field and Description |
---|---|
static InExRuleMatcher<java.lang.String,java.lang.String> |
WILDCARD_PATH_RULE_MATCHER
Wilcard path rule matcher. |
static InExRuleMatcher<java.lang.String,java.lang.String> |
WILDCARD_RULE_MATCHER
Wilcard rule matcher. |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(T value,
R rule,
boolean include)
Matches the value against the rule.
|
static final InExRuleMatcher<java.lang.String,java.lang.String> WILDCARD_RULE_MATCHER
Wilcard
rule matcher.static final InExRuleMatcher<java.lang.String,java.lang.String> WILDCARD_PATH_RULE_MATCHER
Wilcard path
rule matcher.Copyright © 2003-present Jodd Team