public class ListPageMethod extends ListMethod
Page.| Modifier and Type | Field and Description |
|---|---|
protected static int |
POSITION |
PREFIXESpatternDEFAULT_POSITION| Constructor and Description |
|---|
ListPageMethod() |
| Modifier and Type | Method and Description |
|---|---|
protected MethodMatchInfo |
buildInfo(MethodMatchContext matchContext,
io.micronaut.inject.ast.ClassElement queryResultType,
QueryModel query)
Build the
MethodMatchInfo. |
int |
getOrder() |
protected boolean |
isValidReturnType(io.micronaut.inject.ast.ClassElement returnType,
MatchContext matchContext)
Dictates whether this is a valid return type.
|
isMethodMatchbuildMatchInfoapplyJoinSpecs, applyOrderBy, buildRawQuery, matchOrder, matchProjectionsprotected static final int POSITION
public int getOrder()
getOrder in interface io.micronaut.core.order.OrderedgetOrder in interface MethodCandidategetOrder in class ListMethod@Nullable protected MethodMatchInfo buildInfo(MethodMatchContext matchContext, @NonNull io.micronaut.inject.ast.ClassElement queryResultType, @Nullable QueryModel query)
AbstractPatternBasedMethodMethodMatchInfo.buildInfo in class AbstractPatternBasedMethodmatchContext - The match contextqueryResultType - The query result typequery - The queryprotected boolean isValidReturnType(@NonNull
io.micronaut.inject.ast.ClassElement returnType,
MatchContext matchContext)
ListMethodisValidReturnType in class ListMethodreturnType - The return type.matchContext - The match context