[#5664] Implement DefaultBinding.toString()
This commit is contained in:
parent
5110e75e02
commit
94d598648e
@ -2390,5 +2390,14 @@ public class DefaultBinding<T, U> implements Binding<T, U> {
|
||||
if (type.isArray())
|
||||
render.sql("[]");
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------------------------------------------------------------
|
||||
// Object API
|
||||
// -----------------------------------------------------------------------------------------------------------------
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "DefaultBinding [type=" + type + ", converter=" + converter + "]";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user