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