| Package | Description |
|---|---|
| org.apache.shenyu.client.core.register.matcher |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ApiRegisterProcessor
ApiProcessor.
API bean processor. |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotatedApiBeanMatcher |
class |
AnnotatedApiDefinitionMatcher |
class |
ApiBeanMatcher |
class |
ApiDefinitionMatcher |
class |
ApiDocProcessorImpl
ApiDocProcessorImpl.
About support for ApiDoc annotations |
class |
BaseAnnotationApiProcessor<T extends java.lang.annotation.Annotation>
BaseAnnotationApiProcessor.
API processor that supports annotations. |
| Modifier and Type | Method and Description |
|---|---|
default Matcher<T> |
Matcher.and(Matcher<? super T> other)
Returns a composed matcher that represents a short-circuiting logical AND of this matcher and another.
|
default Matcher<T> |
Matcher.negate()
Returns a matcher that represents the logical negation of this matcher.
|
static <T> Matcher<T> |
Matcher.not(Matcher<? super T> target)
Returns a matcher that is the negation of the supplied matcher.
|
default Matcher<T> |
Matcher.or(Matcher<? super T> other)
Returns a composed matcher that represents a short-circuiting logical OR of this matcher and another.
|
| Modifier and Type | Method and Description |
|---|---|
default Matcher<T> |
Matcher.and(Matcher<? super T> other)
Returns a composed matcher that represents a short-circuiting logical AND of this matcher and another.
|
static <T> Matcher<T> |
Matcher.not(Matcher<? super T> target)
Returns a matcher that is the negation of the supplied matcher.
|
default Matcher<T> |
Matcher.or(Matcher<? super T> other)
Returns a composed matcher that represents a short-circuiting logical OR of this matcher and another.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.