Package io.prestosql.plugin.base.util
Interface LoggingInvocationHandler.ParameterNamesProvider
-
- All Known Implementing Classes:
LoggingInvocationHandler.AirliftParameterNamesProvider,LoggingInvocationHandler.ReflectiveParameterNamesProvider
- Enclosing class:
- LoggingInvocationHandler
public static interface LoggingInvocationHandler.ParameterNamesProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<java.util.List<java.lang.String>>getParameterNames(java.lang.reflect.Method method)
-