Class PassThroughInterceptor
java.lang.Object
org.hibernate.bytecode.internal.bytebuddy.PassThroughInterceptor
- All Implemented Interfaces:
ProxyConfiguration.Interceptor
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PassThroughInterceptor
-
-
Method Details
-
intercept
Description copied from interface:ProxyConfiguration.Interceptor
Intercepts a method call to a proxy.- Specified by:
intercept
in interfaceProxyConfiguration.Interceptor
- Parameters:
instance
- The proxied instance.method
- The invoked method.arguments
- The intercepted method arguments.- Returns:
- The method's return value.
- Throws:
Exception
-