Class ProcedureMethodMatcher
java.lang.Object
io.micronaut.data.processor.visitors.finders.ProcedureMethodMatcher
- All Implemented Interfaces:
io.micronaut.core.order.Ordered
,MethodMatcher
Finder for the procedure methods.
- Since:
- 4.2.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
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ProcedureMethodMatcher
public ProcedureMethodMatcher()
-
-
Method Details
-
getOrder
public int getOrder()- Specified by:
getOrder
in interfaceMethodMatcher
- Specified by:
getOrder
in interfaceio.micronaut.core.order.Ordered
-
match
- Specified by:
match
in interfaceMethodMatcher
-