类 AbstractApiMatcher<T>
java.lang.Object
com.alibaba.csp.sentinel.adapter.gateway.common.api.matcher.AbstractApiMatcher<T>
- 所有已实现的接口:
com.alibaba.csp.sentinel.util.function.Predicate<T>
public abstract class AbstractApiMatcher<T>
extends Object
implements com.alibaba.csp.sentinel.util.function.Predicate<T>
- 从以下版本开始:
- 1.6.0
- 作者:
- Eric Zhao
-
字段概要
字段修饰符和类型字段说明protected final ApiDefinitionprotected final StringWe usePredicatehere as the min JDK version is 1.7. -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected abstract voidInitialize the matchers.boolean
-
字段详细资料
-
apiName
-
apiDefinition
-
matchers
We usePredicatehere as the min JDK version is 1.7.
-
-
构造器详细资料
-
AbstractApiMatcher
-
-
方法详细资料
-
initializeMatchers
protected abstract void initializeMatchers()Initialize the matchers. -
test
- 指定者:
test在接口中com.alibaba.csp.sentinel.util.function.Predicate<T>
-
getApiName
-
getApiDefinition
-