MCPcopy Create free account
hub / github.com/grpc/grpc-java / toString

Method toString

api/src/main/java/io/grpc/NameResolver.java:518–533  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

516 }
517
518 @Override
519 public String toString() {
520 return MoreObjects.toStringHelper(this)
521 .add("defaultPort", defaultPort)
522 .add("proxyDetector", proxyDetector)
523 .add("syncContext", syncContext)
524 .add("serviceConfigParser", serviceConfigParser)
525 .add("customArgs", customArgs)
526 .add("scheduledExecutorService", scheduledExecutorService)
527 .add("channelLogger", channelLogger)
528 .add("executor", executor)
529 .add("overrideAuthority", overrideAuthority)
530 .add("metricRecorder", metricRecorder)
531 .add("nameResolverRegistry", nameResolverRegistry)
532 .toString();
533 }
534
535 /**
536 * Returns a builder with the same initial values as this object.

Callers 3

newNameResolverMethod · 0.45
toStringMethod · 0.45
toStringMethod · 0.45

Calls 1

addMethod · 0.65

Tested by

no test coverage detected