@Internal public class FindPageSpecificationMethodMatcher extends AbstractSpecificationMethodMatcher
Page find(Specification, Pageable) for JPA.MethodMatcher.MethodMatchpatternDEFAULT_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, matchpublic FindPageSpecificationMethodMatcher()
public int getOrder()
getOrder in interface io.micronaut.core.order.OrderedgetOrder in interface MethodMatchergetOrder in class AbstractSpecificationMethodMatcherprotected MethodMatcher.MethodMatch match(MethodMatchContext matchContext, java.util.regex.Matcher matcher)
AbstractPrefixPatternMethodMatchermatch in class AbstractPrefixPatternMethodMatchermatchContext - The match contextmatcher - The matcherprotected boolean isMatchesParameters(MethodMatchContext matchContext)
AbstractSpecificationMethodMatcherisMatchesParameters in class AbstractSpecificationMethodMatchermatchContext - The context