Package io.trino.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 Optional<List<String>>getParameterNames(Method method)
-