public abstract class AbstractListMethod extends AbstractPatternBasedMethod
pattern
DEFAULT_POSITION
Modifier | Constructor and Description |
---|---|
protected |
AbstractListMethod(java.lang.String... prefixes)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
MethodMatchInfo |
buildMatchInfo(MethodMatchContext matchContext)
Builds the method info.
|
applyForUpdate, applyJoinSpecs, applyOrderBy, buildInfo, buildRawQuery, getInterceptorElement, getInterceptorElement, getOperationType, isMethodMatch, isPage, isSlice, joinSpecsAtMatchContext, matchForUpdate, matchOrder, matchProjections, resolveFindInterceptor, resolveInterceptorType, resolveInterceptorTypeByOperationType, resolveReactiveInterceptorType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getOrder
protected AbstractListMethod(java.lang.String... prefixes)
prefixes
- The method prefixes to match@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