MethodDescription matches a certain criteria.See: Description
| Interface | Description |
|---|---|
| JunctionMethodMatcher |
A
MethodMatcher that allows to compose
a method matcher with another one. |
| MethodMatcher |
A method matcher that allows to identify
MethodDescriptions. |
| Class | Description |
|---|---|
| JunctionMethodMatcher.AbstractBase |
An abstract base implementation of a junction method matcher.
|
| JunctionMethodMatcher.Conjunction |
A conjunction implementation of a method matcher that returns
true if both method matchers match
a given method. |
| JunctionMethodMatcher.Disjunction |
A disjunction implementation of a method matcher that returns
true if either of two method matchers
matches a given method. |
| MethodMatchers |
A collection of common
MethodMatcher
implementations. |
MethodDescription matches a certain criteria.Copyright © 2014. All rights reserved.