Package io.prestosql.plugin.base.util
Class LoggingInvocationHandler.AirliftParameterNamesProvider
- java.lang.Object
-
- io.prestosql.plugin.base.util.LoggingInvocationHandler.AirliftParameterNamesProvider
-
- All Implemented Interfaces:
LoggingInvocationHandler.ParameterNamesProvider
- Enclosing class:
- LoggingInvocationHandler
public static class LoggingInvocationHandler.AirliftParameterNamesProvider extends java.lang.Object implements LoggingInvocationHandler.ParameterNamesProvider
-
-
Constructor Summary
Constructors Constructor Description AirliftParameterNamesProvider(java.lang.Class<I> interfaceClass, java.lang.Class<C> implementationClass)
-
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
-
-