Home
last modified time | relevance | path

Searched refs:toStringSupplier (Results 1 – 1 of 1) sorted by relevance

/external/guice/core/src/com/google/inject/
DKey.java61 private final Supplier<String> toStringSupplier; field in Key
81 this.toStringSupplier = createToStringSupplier(); in Key()
103 this.toStringSupplier = createToStringSupplier(); in Key()
123 this.toStringSupplier = createToStringSupplier(); in Key()
134 this.toStringSupplier = createToStringSupplier(); in Key()
142 this.toStringSupplier = createToStringSupplier(); in Key()
228 return toStringSupplier.get();