| Package | Description |
|---|---|
| org.apache.commons.proxy.interceptor |
This package contains some useful Interceptor implementations.
|
| org.apache.commons.proxy.interceptor.filter |
This package contains some useful MethodFilter implementations.
|
| Constructor and Description |
|---|
FilteredInterceptor(Interceptor inner,
MethodFilter filter) |
| Modifier and Type | Class and Description |
|---|---|
class |
PatternFilter
A method filter implementation that returns true if the method's name matches a supplied regular expression (JDK
regex) pattern string.
|
class |
ReturnTypeFilter
Filters methods based on their return type.
|
class |
SimpleFilter
A simple method filter implementation that merely returns true if the method's name is in a set of accepted names.
|
| Modifier and Type | Method and Description |
|---|---|
static MethodFilter |
PatternFilter.getterSetterFilter()
Returns a
MethodFilter which accepts only "getters" and "setters." |
Copyright © 2005-2013 Apache Software Foundation. All Rights Reserved.