Interface MethodMatcher
- All Superinterfaces:
- io.micronaut.core.order.Ordered
- All Known Implementing Classes:
- AbstractPatternMethodMatcher,- AbstractPrefixPatternMethodMatcher,- AbstractSpecificationMethodMatcher,- CountMethodMatcher,- CountSpecificationMethodMatcher,- DeleteAllSpecificationMethodMatcher,- DeleteMethodMatcher,- DeleteSpecificationMethodMatcher,- ExistsMethodMatcher,- ExistsSpecificationMethodMatcher,- FindAllSpecificationMethodMatcher,- FindMethodMatcher,- FindOneSpecificationMethodMatcher,- FindPageSpecificationMethodMatcher,- ListMethodMatcher,- MongoExecutorQueryMethodMatcher,- MongoRawQueryMethodMatcher,- RawQueryMethodMatcher,- SaveEntityMethodMatcher,- SaveOneMethodMatcher,- UpdateAllSpecificationMethodMatcher,- UpdateMethodMatcher
public interface MethodMatcher
extends io.micronaut.core.order.Ordered
The method matcher.
- Since:
- 3.2
- Author:
- Denis Stepanov
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceMethod match implementation.
- 
Field SummaryFieldsFields inherited from interface io.micronaut.core.order.OrderedHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
- 
Method SummaryModifier and TypeMethodDescriptiondefault intgetOrder()@Nullable MethodMatcher.MethodMatchmatch(@NonNull MethodMatchContext matchContext) 
- 
Field Details- 
DEFAULT_POSITIONstatic final int DEFAULT_POSITIONThe default position.- See Also:
 
 
- 
- 
Method Details- 
getOrderdefault int getOrder()- Specified by:
- getOrderin interface- io.micronaut.core.order.Ordered
 
- 
match@Nullable @Nullable MethodMatcher.MethodMatch match(@NonNull @NonNull MethodMatchContext matchContext) 
 
-