Use Objects#toStringHelper(Object) to create an instance.
(String className)
| 213 | */ |
| 214 | |
| 215 | private ToStringHelper(String className) { |
| 216 | this.className = checkNotNull(className); |
| 217 | } |
| 218 | |
| 219 | /** |
| 220 | * Configures the {@link ToStringHelper} so {@link #toString()} will ignore properties with null |
nothing calls this directly
no test coverage detected