类 PassThroughInterceptor
- java.lang.Object
-
- org.hibernate.bytecode.internal.bytebuddy.PassThroughInterceptor
-
- 所有已实现的接口:
ProxyConfiguration.Interceptor
public class PassThroughInterceptor extends Object implements ProxyConfiguration.Interceptor
-
-
构造器概要
构造器 构造器 说明 PassThroughInterceptor(String proxiedClassName)
-
-
-
构造器详细资料
-
PassThroughInterceptor
public PassThroughInterceptor(String proxiedClassName)
-
-
方法详细资料
-
intercept
public Object intercept(Object instance, Method method, Object[] arguments) throws Exception
从接口复制的说明:ProxyConfiguration.InterceptorIntercepts a method call to a proxy.- 指定者:
intercept在接口中ProxyConfiguration.Interceptor- 参数:
instance- The proxied instance.method- The invoked method.arguments- The intercepted method arguments.- 返回:
- The method's return value.
- 抛出:
Exception
-
-