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