Uses of Interface
org.miaixz.bus.proxy.aspects.Aspectj
Packages that use Aspectj
Package
Description
代理工厂
简化动态代理
切面信息
基于cglib、javassist等的ProxyFactory实现
基于cglib的ProxyFactory实现
基于javassist的ProxyFactory实现
拦截等相关实现
-
Uses of Aspectj in org.miaixz.bus.proxy
Methods in org.miaixz.bus.proxy with parameters of type AspectjMethod parameters in org.miaixz.bus.proxy with type arguments of type Aspectj -
Uses of Aspectj in org.miaixz.bus.proxy.aspects
Classes in org.miaixz.bus.proxy.aspects that implement AspectjModifier and TypeClassDescriptionclass简单切面类,不做任何操作 可以继承此类实现自己需要的方法即可class通过日志打印方法的执行时间的切面 -
Uses of Aspectj in org.miaixz.bus.proxy.factory
Methods in org.miaixz.bus.proxy.factory with parameters of type AspectjModifier and TypeMethodDescriptionstatic <T> TAbstractFactory.createProxy(T target, Aspectj aspectj) 根据用户引入Cglib与否自动创建代理对象abstract <T> T创建代理Method parameters in org.miaixz.bus.proxy.factory with type arguments of type Aspectj -
Uses of Aspectj in org.miaixz.bus.proxy.factory.cglib
Methods in org.miaixz.bus.proxy.factory.cglib with parameters of type Aspectj -
Uses of Aspectj in org.miaixz.bus.proxy.factory.javassist
Methods in org.miaixz.bus.proxy.factory.javassist with parameters of type Aspectj -
Uses of Aspectj in org.miaixz.bus.proxy.intercept
Constructors in org.miaixz.bus.proxy.intercept with parameters of type AspectjModifierConstructorDescriptionCglibInterceptor(Object target, Aspectj aspectj) 构造JavassistInterceptor(Object target, Aspectj aspectj) 构造