Interface MethodMatcher.MethodMatch
- All Known Implementing Classes:
AbstractCriteriaMethodMatch, DeleteCriteriaMethodMatch, QueryCriteriaMethodMatch, UpdateCriteriaMethodMatch
- Enclosing interface:
MethodMatcher
public static interface MethodMatcher.MethodMatch
Method match implementation.
- Since:
- 3.2
- Author:
- Denis Stepanov
-
Method Summary
Modifier and TypeMethodDescription@Nullable MethodMatchInfobuildMatchInfo(MethodMatchContext matchContext) Match info builder.
-
Method Details
-
buildMatchInfo
Match info builder.- Parameters:
matchContext- The match context- Returns:
- The match info
-