MCPcopy Create free account
hub / github.com/antlr/codebuff / ToStringHelper

Method ToStringHelper

output/java_guava/1.4.13/Objects.java:215–217  ·  view source on GitHub ↗

Use Objects#toStringHelper(Object) to create an instance.

(String className)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

checkNotNullMethod · 0.45

Tested by

no test coverage detected