Package io.trino.plugin.base.util
Class LoggingInvocationHandler
- java.lang.Object
-
- com.google.common.reflect.AbstractInvocationHandler
-
- io.trino.plugin.base.util.LoggingInvocationHandler
-
- All Implemented Interfaces:
InvocationHandler
public class LoggingInvocationHandler extends com.google.common.reflect.AbstractInvocationHandler
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLoggingInvocationHandler.AirliftParameterNamesProviderstatic interfaceLoggingInvocationHandler.ParameterNamesProviderstatic classLoggingInvocationHandler.ReflectiveParameterNamesProvider
-
Constructor Summary
Constructors Constructor Description LoggingInvocationHandler(Object delegate, LoggingInvocationHandler.ParameterNamesProvider parameterNames, Consumer<String> logger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ObjecthandleInvocation(Object proxy, Method method, Object[] args)
-
-
-
Constructor Detail
-
LoggingInvocationHandler
public LoggingInvocationHandler(Object delegate, LoggingInvocationHandler.ParameterNamesProvider parameterNames, Consumer<String> logger)
-
-