Uses of Interface
io.prestosql.plugin.base.util.LoggingInvocationHandler.ParameterNamesProvider
-
Packages that use LoggingInvocationHandler.ParameterNamesProvider Package Description io.prestosql.plugin.base.util -
-
Uses of LoggingInvocationHandler.ParameterNamesProvider in io.prestosql.plugin.base.util
Classes in io.prestosql.plugin.base.util that implement LoggingInvocationHandler.ParameterNamesProvider Modifier and Type Class Description static classLoggingInvocationHandler.AirliftParameterNamesProviderstatic classLoggingInvocationHandler.ReflectiveParameterNamesProviderConstructors in io.prestosql.plugin.base.util with parameters of type LoggingInvocationHandler.ParameterNamesProvider Constructor Description LoggingInvocationHandler(java.lang.Object delegate, LoggingInvocationHandler.ParameterNamesProvider parameterNames, java.util.function.Consumer<java.lang.String> logger)
-