public interface NullSetEventHandler extends EventHandler
| 限定符和类型 | 接口和说明 |
|---|---|
static class |
NullSetEventHandler.ShouldLogOnNullSetExecutor
Defines the execution strategy for shouldLogOnNullSet
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
shouldLogOnNullSet(java.lang.String lhs,
java.lang.String rhs)
Called when the RHS of a #set() is null, which will result
in a null LHS.
|
boolean shouldLogOnNullSet(java.lang.String lhs,
java.lang.String rhs)
lhs - reference literal of left-hand-side of set statementrhs - reference literal of right-hand-side of set statement