Class MongoExecutorQueryMethodMatcher

  • All Implemented Interfaces:
    io.micronaut.core.order.Ordered, io.micronaut.data.processor.visitors.finders.MethodMatcher

    public class MongoExecutorQueryMethodMatcher
    extends java.lang.Object
    implements io.micronaut.data.processor.visitors.finders.MethodMatcher
    Finder with `MongoQueryExecutor` repository implementation.
    Since:
    3.3.0
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface io.micronaut.data.processor.visitors.finders.MethodMatcher

        io.micronaut.data.processor.visitors.finders.MethodMatcher.MethodMatch
    • Field Summary

      • Fields inherited from interface io.micronaut.data.processor.visitors.finders.MethodMatcher

        DEFAULT_POSITION
      • Fields inherited from interface io.micronaut.core.order.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getOrder()  
      io.micronaut.data.processor.visitors.finders.MethodMatcher.MethodMatch match​(io.micronaut.data.processor.visitors.MethodMatchContext matchContext)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MongoExecutorQueryMethodMatcher

        public MongoExecutorQueryMethodMatcher()
        Default constructor.
    • Method Detail

      • getOrder

        public final int getOrder()
        Specified by:
        getOrder in interface io.micronaut.data.processor.visitors.finders.MethodMatcher
        Specified by:
        getOrder in interface io.micronaut.core.order.Ordered
      • match

        public io.micronaut.data.processor.visitors.finders.MethodMatcher.MethodMatch match​(io.micronaut.data.processor.visitors.MethodMatchContext matchContext)
        Specified by:
        match in interface io.micronaut.data.processor.visitors.finders.MethodMatcher