| Package | Description |
|---|---|
| org.proxy4j.core.build | |
| org.proxy4j.core.filter | |
| org.proxy4j.core.reflect |
| Modifier and Type | Method and Description |
|---|---|
InterceptorCreator<T> |
InterceptorBindingBuilder.using(MethodFilter filter,
InterceptorFactory factory)
Uses the given method filter to selectively bind methods on the class of type
T to
a chain of interceptors produced by the given factory. |
InterceptorCreator<T> |
InterceptorBindingBuilder.using(MethodFilter filter,
org.aopalliance.intercept.MethodInterceptor... interceptors)
Uses the given method filter to selectively bind methods on the class of type
T to
the given chain of interceptors. |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationFilter<T extends Annotation>
An implementation of
MethodFilter that selects methods
marked with a given annotation. |
| Modifier and Type | Method and Description |
|---|---|
Collection<Method> |
MultitypeMethodExtractor.getMethods(MethodFilter filter) |
Collection<Method> |
MethodExtractor.getMethods(MethodFilter filter)
Returns all methods from
MethodExtractor.getProxyableMethods(),
filered by the given MethodFilter. |
Collection<Method> |
InheritableMethodExtractor.getMethods(MethodFilter filter)
Returns accessible methods that pass the given filter.
|
Collection<Method> |
BasicMethodExtractor.getMethods(MethodFilter filter)
Returns all methods from
MethodExtractor.getProxyableMethods(),
filered by the given MethodFilter. |
Copyright © 2014. All rights reserved.