public class FindByIdsMethod extends AbstractPatternBasedMethod
pattern
DEFAULT_POSITION
Constructor and Description |
---|
FindByIdsMethod()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
MethodMatchInfo |
buildMatchInfo(MethodMatchContext matchContext)
Builds the method info.
|
int |
getOrder() |
boolean |
isMethodMatch(io.micronaut.inject.ast.MethodElement methodElement,
MatchContext matchContext)
Whether the given method name matches this finder.
|
applyForUpdate, applyJoinSpecs, applyOrderBy, buildInfo, getInterceptorElement, getInterceptorElement, getOperationType, joinSpecsAtMatchContext, matchForUpdate, matchOrder, matchProjections
public int getOrder()
public boolean isMethodMatch(@NonNull io.micronaut.inject.ast.MethodElement methodElement, @NonNull MatchContext matchContext)
MethodCandidate
isMethodMatch
in interface MethodCandidate
isMethodMatch
in class AbstractPatternBasedMethod
methodElement
- The method element. Never null.matchContext
- The match context. Never null.@Nullable public MethodMatchInfo buildMatchInfo(@NonNull MethodMatchContext matchContext)
MethodCandidate
MethodCandidate.isMethodMatch(MethodElement, MatchContext)
should be
invoked and checked prior to calling this method.matchContext
- The match contextMethodMatchContext