| Package | Description |
|---|---|
| org.proxy4j.core.build |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MethodBindingBuilder<T>
An intermediate builder used internally by
InterceptorBuilder
to bind methods to interceptors. |
| Modifier and Type | Method and Description |
|---|---|
InterceptorCreator<T> |
InterceptorBindingBuilder.using(Class<? extends Annotation> methodMarker,
org.aopalliance.intercept.MethodInterceptor... interceptors)
Uses the annotation to selectively bind methods on the class of type
T to the given
chain of interceptors. |
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. |
Copyright © 2014. All rights reserved.