Package io.trino.plugin.base.util
Class LoggingInvocationHandler.ReflectiveParameterNamesProvider
- java.lang.Object
-
- io.trino.plugin.base.util.LoggingInvocationHandler.ReflectiveParameterNamesProvider
-
- All Implemented Interfaces:
LoggingInvocationHandler.ParameterNamesProvider
- Enclosing class:
- LoggingInvocationHandler
public static class LoggingInvocationHandler.ReflectiveParameterNamesProvider extends Object implements LoggingInvocationHandler.ParameterNamesProvider
-
-
Constructor Summary
Constructors Constructor Description ReflectiveParameterNamesProvider()
-
-
-
Method Detail
-
getParameterNames
public Optional<List<String>> getParameterNames(Method method)
- Specified by:
getParameterNamesin interfaceLoggingInvocationHandler.ParameterNamesProvider
-
-