Uses of Interface
org.proxy4j.core.InterceptorFactory
-
Packages that use InterceptorFactory Package Description org.proxy4j.core.build -
-
Uses of InterceptorFactory in org.proxy4j.core.build
Methods in org.proxy4j.core.build with parameters of type InterceptorFactory Modifier and Type Method Description 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.
-