Uses of Package
org.proxy4j.core.build
-
Packages that use org.proxy4j.core.build Package Description org.proxy4j.core org.proxy4j.core.build org.proxy4j.core.cglib org.proxy4j.core.javassist org.proxy4j.core.jdk -
Classes in org.proxy4j.core.build used by org.proxy4j.core Class Description InterceptorBuilder TheInterceptorBuilderis the root builder for an interceptor proxy, otherwise known as a "protection" proxy or "Around Advice" in AOP. -
Classes in org.proxy4j.core.build used by org.proxy4j.core.build Class Description InterceptorBindingBuilder An intermediate builder used byInterceptorBuilderto bind a set of methods on the target type to the given interceptors.InterceptorCreator The final builder used internally byInterceptorBuilderto build the proxy when the minimal required state has been reached.MethodBinder Binds a method to a chain of interceptors.MethodBindingBuilder An intermediate builder used internally byInterceptorBuilderto bind methods to interceptors. -
Classes in org.proxy4j.core.build used by org.proxy4j.core.cglib Class Description InterceptorBuilder TheInterceptorBuilderis the root builder for an interceptor proxy, otherwise known as a "protection" proxy or "Around Advice" in AOP. -
Classes in org.proxy4j.core.build used by org.proxy4j.core.javassist Class Description InterceptorBindingBuilder An intermediate builder used byInterceptorBuilderto bind a set of methods on the target type to the given interceptors.InterceptorBuilder TheInterceptorBuilderis the root builder for an interceptor proxy, otherwise known as a "protection" proxy or "Around Advice" in AOP. -
Classes in org.proxy4j.core.build used by org.proxy4j.core.jdk Class Description InterceptorBuilder TheInterceptorBuilderis the root builder for an interceptor proxy, otherwise known as a "protection" proxy or "Around Advice" in AOP.