public class LoggingInvocationHandler
extends com.google.common.reflect.AbstractInvocationHandler
| Modifier and Type | Class and Description |
|---|---|
static class |
LoggingInvocationHandler.AirliftParameterNamesProvider |
static interface |
LoggingInvocationHandler.ParameterNamesProvider |
static class |
LoggingInvocationHandler.ReflectiveParameterNamesProvider |
| Constructor and Description |
|---|
LoggingInvocationHandler(Object delegate,
LoggingInvocationHandler.ParameterNamesProvider parameterNames,
Consumer<String> logger) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
handleInvocation(Object proxy,
Method method,
Object[] args) |
public LoggingInvocationHandler(Object delegate, LoggingInvocationHandler.ParameterNamesProvider parameterNames, Consumer<String> logger)
Copyright © 2012–2020. All rights reserved.