@Internal public class FindPageSpecificationMethodMatcher extends AbstractSpecificationMethodMatcher
Page find(Specification, Pageable)
for JPA.MethodMatcher.MethodMatch
pattern
DEFAULT_POSITION
Constructor and Description |
---|
FindPageSpecificationMethodMatcher()
Find one method.
|
Modifier and Type | Method and Description |
---|---|
int |
getOrder() |
protected boolean |
isMatchesParameters(MethodMatchContext matchContext)
Is matches parameters.
|
protected MethodMatcher.MethodMatch |
match(MethodMatchContext matchContext,
java.util.regex.Matcher matcher)
Handle the match.
|
getInterceptorElement, isFirstParameterMicronautDataDeleteSpecification, isFirstParameterMicronautDataQuerySpecification, isFirstParameterMicronautDataUpdateSpecification, isFirstParameterMicronautJpaSpecification, isFirstParameterSpringJpaSpecification, match
public FindPageSpecificationMethodMatcher()
public int getOrder()
getOrder
in interface io.micronaut.core.order.Ordered
getOrder
in interface MethodMatcher
getOrder
in class AbstractSpecificationMethodMatcher
protected MethodMatcher.MethodMatch match(MethodMatchContext matchContext, java.util.regex.Matcher matcher)
AbstractPrefixPatternMethodMatcher
match
in class AbstractPrefixPatternMethodMatcher
matchContext
- The match contextmatcher
- The matcherprotected boolean isMatchesParameters(MethodMatchContext matchContext)
AbstractSpecificationMethodMatcher
isMatchesParameters
in class AbstractSpecificationMethodMatcher
matchContext
- The context