MCPcopy Index your code
hub / github.com/google/dagger / format

Method format

java/dagger/internal/codegen/Formatter.java:36–36  ·  view source on GitHub ↗

Performs the transformation of an object into a string representation.

(T object)

Source from the content-addressed store, hash-verified

34 * Performs the transformation of an object into a string representation.
35 */
36 public abstract String format(T object);
37
38 /**
39 * Performs the transformation of an object into a string representation in conformity with the

Calls

no outgoing calls