Package org.miaixz.bus.proxy.intercept
Class FilteredInterceptor
java.lang.Object
org.miaixz.bus.proxy.intercept.FilteredInterceptor
- All Implemented Interfaces:
Interceptor
修饰另一个MethodInterceptor,
只在方法被提供的MethodFilter接受的情况下调用它
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FilteredInterceptor
-
-
Method Details
-
intercept
- Specified by:
interceptin interfaceInterceptor- Throws:
Throwable
-