Class MongoRawQueryMethodMatcher
- java.lang.Object
-
- io.micronaut.data.document.processor.matchers.MongoRawQueryMethodMatcher
-
- All Implemented Interfaces:
io.micronaut.core.order.Ordered,io.micronaut.data.processor.visitors.finders.MethodMatcher
public class MongoRawQueryMethodMatcher extends java.lang.Object implements io.micronaut.data.processor.visitors.finders.MethodMatcherFinder with custom defied query used to return a single result.- Since:
- 3.3.0
-
-
Constructor Summary
Constructors Constructor Description MongoRawQueryMethodMatcher()Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetOrder()io.micronaut.data.processor.visitors.finders.MethodMatcher.MethodMatchmatch(io.micronaut.data.processor.visitors.MethodMatchContext matchContext)
-
-
-
Method Detail
-
getOrder
public final int getOrder()
- Specified by:
getOrderin interfaceio.micronaut.data.processor.visitors.finders.MethodMatcher- Specified by:
getOrderin interfaceio.micronaut.core.order.Ordered
-
match
public io.micronaut.data.processor.visitors.finders.MethodMatcher.MethodMatch match(io.micronaut.data.processor.visitors.MethodMatchContext matchContext)
- Specified by:
matchin interfaceio.micronaut.data.processor.visitors.finders.MethodMatcher
-
-