public class RawQueryMethod extends java.lang.Object implements MethodCandidate
DEFAULT_POSITION
Constructor and Description |
---|
RawQueryMethod()
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.
|
public final int getOrder()
getOrder
in interface io.micronaut.core.order.Ordered
getOrder
in interface MethodCandidate
public boolean isMethodMatch(io.micronaut.inject.ast.MethodElement methodElement, MatchContext matchContext)
MethodCandidate
isMethodMatch
in interface MethodCandidate
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.buildMatchInfo
in interface MethodCandidate
matchContext
- The match contextMethodMatchContext