public interface MethodMatcher
extends io.micronaut.core.order.Ordered
Modifier and Type | Interface and Description |
---|---|
static interface |
MethodMatcher.MethodMatch
Method match implementation.
|
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_POSITION
The default position.
|
Modifier and Type | Method and Description |
---|---|
default int |
getOrder() |
MethodMatcher.MethodMatch |
match(MethodMatchContext matchContext) |
static final int DEFAULT_POSITION
default int getOrder()
getOrder
in interface io.micronaut.core.order.Ordered
@Nullable MethodMatcher.MethodMatch match(@NonNull MethodMatchContext matchContext)