T - public static interface Config.Visitor<T>
Visitors should not have consequences based on specific key-value pairs and in general should be used primarily for logging purposes.
Notably, instrumentation is by default disabled on visitors, meaning that if there are visitors that result in consequences based on specific key-value pairs, it is possible that they are still registered as unused and cleaned up, resulting in an unintended code behavior change.
| Modifier and Type | Method and Description |
|---|---|
T |
visitKey(java.lang.String key,
java.lang.Object value) |
T visitKey(java.lang.String key, java.lang.Object value)