Class AbstractPrefixPatternMethodMatcher
java.lang.Object
io.micronaut.data.processor.visitors.finders.AbstractPrefixPatternMethodMatcher
- All Implemented Interfaces:
- io.micronaut.core.order.Ordered,- MethodMatcher
- Direct Known Subclasses:
- AbstractSpecificationMethodMatcher,- SaveEntityMethodMatcher,- SaveOneMethodMatcher
The matcher based on a simple patter.
- Since:
- 3.2
- Author:
- Denis Stepanov
- 
Nested Class SummaryNested classes/interfaces inherited from interface io.micronaut.data.processor.visitors.finders.MethodMatcherMethodMatcher.MethodMatch
- 
Field SummaryFieldsFields inherited from interface io.micronaut.data.processor.visitors.finders.MethodMatcherDEFAULT_POSITIONFields inherited from interface io.micronaut.core.order.OrderedHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedAbstractPrefixPatternMethodMatcher(@NonNull List<String> prefixes) 
- 
Method SummaryModifier and TypeMethodDescriptionmatch(MethodMatchContext matchContext) protected abstract MethodMatcher.MethodMatchmatch(MethodMatchContext matchContext, Matcher matcher) Handle the match.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.data.processor.visitors.finders.MethodMatchergetOrder
- 
Field Details- 
pattern
 
- 
- 
Constructor Details- 
AbstractPrefixPatternMethodMatcher
 
- 
- 
Method Details- 
match- Specified by:
- matchin interface- MethodMatcher
 
- 
matchprotected abstract MethodMatcher.MethodMatch match(MethodMatchContext matchContext, Matcher matcher) Handle the match.- Parameters:
- matchContext- The match context
- matcher- The matcher
- Returns:
- The method matcher
 
 
-