Uses of Interface
org.proxy4j.core.build.InterceptorCreator
-
Packages that use InterceptorCreator Package Description org.proxy4j.core.build -
-
Uses of InterceptorCreator in org.proxy4j.core.build
Subinterfaces of InterceptorCreator in org.proxy4j.core.build Modifier and Type Interface Description interfaceMethodBindingBuilder<T>An intermediate builder used internally byInterceptorBuilderto bind methods to interceptors.Methods in org.proxy4j.core.build that return InterceptorCreator Modifier and Type Method 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 typeTto the given chain of interceptors.InterceptorCreator<T>InterceptorBindingBuilder. using(MethodFilter filter, org.aopalliance.intercept.MethodInterceptor... interceptors)Uses the given method filter to selectively bind methods on the class of typeTto 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 typeTto a chain of interceptors produced by the given factory.
-