Class MongoExecutorQueryMethodMatcher
- java.lang.Object
-
- io.micronaut.data.document.processor.matchers.MongoExecutorQueryMethodMatcher
-
- All Implemented Interfaces:
io.micronaut.core.order.Ordered
,MethodMatcher
public class MongoExecutorQueryMethodMatcher extends java.lang.Object implements MethodMatcher
Finder with `MongoQueryExecutor` repository implementation.- Since:
- 3.3.0
- Author:
- Denis Stepanov
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.micronaut.data.processor.visitors.finders.MethodMatcher
MethodMatcher.MethodMatch
-
-
Field Summary
-
Fields inherited from interface io.micronaut.data.processor.visitors.finders.MethodMatcher
DEFAULT_POSITION
-
-
Constructor Summary
Constructors Constructor Description MongoExecutorQueryMethodMatcher()
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getOrder()
MethodMatcher.MethodMatch
match(MethodMatchContext matchContext)
-
-
-
Method Detail
-
getOrder
public final int getOrder()
- Specified by:
getOrder
in interfaceMethodMatcher
- Specified by:
getOrder
in interfaceio.micronaut.core.order.Ordered
-
match
public MethodMatcher.MethodMatch match(MethodMatchContext matchContext)
- Specified by:
match
in interfaceMethodMatcher
-
-