See: Description
| Class | Description |
|---|---|
| PatternFilter |
A method filter implementation that returns true if the method's name matches a supplied regular expression (JDK
regex) pattern string.
|
| ReturnTypeFilter |
Filters methods based on their return type.
|
| SimpleFilter |
A simple method filter implementation that merely returns true if the method's name is in a set of accepted names.
|
This package contains some useful MethodFilter implementations.
Copyright © 2005-2013 Apache Software Foundation. All Rights Reserved.