Class FindSpecificationMethodMatcher
java.lang.Object
io.micronaut.data.processor.visitors.finders.AbstractPrefixPatternMethodMatcher
io.micronaut.data.processor.visitors.finders.AbstractSpecificationMethodMatcher
io.micronaut.data.processor.visitors.finders.spec.FindSpecificationMethodMatcher
- All Implemented Interfaces:
io.micronaut.core.order.Ordered,MethodMatcher
Find all specification method.
- Since:
- 1.0
- Author:
- graemerocher
-
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.AbstractPrefixPatternMethodMatcher
patternFields 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
Modifier and TypeMethodDescriptionprotected MethodMatcher.MethodMatchdoMatch(MethodMatchContext matchContext) Handle the match.protected booleanmatches(MethodMatchContext matchContext) Check if matches.Methods inherited from class io.micronaut.data.processor.visitors.finders.AbstractSpecificationMethodMatcher
getOrder, isDeleteSpecification, isQuerySpecification, isUpdateSpecificationMethods inherited from class io.micronaut.data.processor.visitors.finders.AbstractPrefixPatternMethodMatcher
match
-
Constructor Details
-
FindSpecificationMethodMatcher
public FindSpecificationMethodMatcher()Find one method.
-
-
Method Details
-
matches
Description copied from class:AbstractPrefixPatternMethodMatcherCheck if matches.- Overrides:
matchesin classAbstractPrefixPatternMethodMatcher- Parameters:
matchContext- The context- Returns:
- true if matches
-
doMatch
Description copied from class:AbstractPrefixPatternMethodMatcherHandle the match.- Specified by:
doMatchin classAbstractPrefixPatternMethodMatcher- Parameters:
matchContext- The match context- Returns:
- The method matcher
-