Class ListMethodMatcher
java.lang.Object
io.micronaut.data.processor.visitors.finders.AbstractPatternMethodMatcher
io.micronaut.data.processor.visitors.finders.ListMethodMatcher
- All Implemented Interfaces:
io.micronaut.core.order.Ordered
,MethodMatcher
List method matcher.
- Since:
- 3.2
- 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 class io.micronaut.data.processor.visitors.finders.AbstractPatternMethodMatcher
patternWithBySyntax, patternWithoutBySyntax
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
Modifier and TypeMethodDescriptionint
getOrder()
protected MethodMatcher.MethodMatch
match
(MethodMatchContext matchContext, Matcher matcher) Handle match.Methods inherited from class io.micronaut.data.processor.visitors.finders.AbstractPatternMethodMatcher
match
-
Constructor Details
-
ListMethodMatcher
public ListMethodMatcher()
-
-
Method Details
-
match
Description copied from class:AbstractPatternMethodMatcher
Handle match.- Specified by:
match
in classAbstractPatternMethodMatcher
- Parameters:
matchContext
- The match contextmatcher
- The matcher- Returns:
- The method match
-
getOrder
public int getOrder()
-