Class MongoRawQueryMethodMatcher
java.lang.Object
io.micronaut.data.document.processor.matchers.MongoRawQueryMethodMatcher
- All Implemented Interfaces:
 io.micronaut.core.order.Ordered,MethodMatcher
Finder with custom defied query used to return a single result.
- 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_POSITIONFields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
MongoRawQueryMethodMatcher
public MongoRawQueryMethodMatcher()Default constructor. 
 - 
 - 
Method Details
- 
getOrder
public final int getOrder()- Specified by:
 getOrderin interfaceMethodMatcher- Specified by:
 getOrderin interfaceio.micronaut.core.order.Ordered
 - 
match
- Specified by:
 matchin interfaceMethodMatcher
 
 -