Uses of Interface
org.miaixz.bus.proxy.Invocation
Packages that use Invocation
Package
Description
代理工厂
简化动态代理
基于javassist的ProxyFactory实现
拦截等相关实现
Invoker实现
-
Uses of Invocation in org.miaixz.bus.proxy
Methods in org.miaixz.bus.proxy with parameters of type Invocation -
Uses of Invocation in org.miaixz.bus.proxy.factory.javassist
Classes in org.miaixz.bus.proxy.factory.javassist that implement InvocationModifier and TypeClassDescriptionclass这个类实际上是所有基于Javassist方法调用的超类 动态创建子类来处理特定的接口方法(它们是硬连接的) -
Uses of Invocation in org.miaixz.bus.proxy.intercept
Methods in org.miaixz.bus.proxy.intercept with parameters of type InvocationModifier and TypeMethodDescriptionFilteredInterceptor.intercept(Invocation invocation) LoggingInterceptor.intercept(Invocation invocation) MethodAdapter.intercept(Invocation invocation) SerializingInterceptor.intercept(Invocation invocation) -
Uses of Invocation in org.miaixz.bus.proxy.invoker
Subinterfaces of Invocation in org.miaixz.bus.proxy.invokerClasses in org.miaixz.bus.proxy.invoker that implement InvocationConstructors in org.miaixz.bus.proxy.invoker with parameters of type Invocation