Interface MethodMatcher.MethodMatch
- All Known Implementing Classes:
- AbstractCriteriaMethodMatch,- DeleteCriteriaMethodMatch,- QueryCriteriaMethodMatch,- UpdateCriteriaMethodMatch
- Enclosing interface:
- MethodMatcher
public static interface MethodMatcher.MethodMatch
Method match implementation.
- 
Method SummaryModifier and TypeMethodDescriptionbuildMatchInfo(MethodMatchContext matchContext) Match info builder.
- 
Method Details- 
buildMatchInfoMatch info builder.- Parameters:
- matchContext- The match context
- Returns:
- The match info
 
 
-