Interface MethodMatcher.MethodMatch
-
- All Known Implementing Classes:
AbstractCriteriaMethodMatch
,DeleteCriteriaMethodMatch
,QueryCriteriaMethodMatch
,UpdateCriteriaMethodMatch
- Enclosing interface:
- MethodMatcher
public static interface MethodMatcher.MethodMatch
Method match implementation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MethodMatchInfo
buildMatchInfo(MethodMatchContext matchContext)
Match info builder.
-
-
-
Method Detail
-
buildMatchInfo
MethodMatchInfo buildMatchInfo(MethodMatchContext matchContext)
Match info builder.- Parameters:
matchContext
- The match context- Returns:
- The match info
-
-