MCPcopy Create free account
hub / github.com/apache/groovy / writeTo

Method writeTo

src/main/java/groovy/lang/Writable.java:52–52  ·  view source on GitHub ↗

Writes this object to the given writer. This is used to defer content creation until the point when it is streamed to the output destination. Oftentimes, content will be defined but not necessarily created (as it may be the case with a Closure definition.) In that case, the output is then 'def

(Writer out)

Source from the content-addressed store, hash-verified

50 * @throws IOException if an error occurred while outputting data to the writer
51 */
52 Writer writeTo(Writer out) throws IOException;
53
54}

Callers 14

serviceMethod · 0.65
asStringMethod · 0.65
writeToMethod · 0.65
writeToMethod · 0.65
writeToMethod · 0.65
applyClassTemplatesMethod · 0.65
callMethod · 0.65
includeGroovyMethod · 0.65
fragmentMethod · 0.65
layoutMethod · 0.65
writeMethod · 0.65
appendMethod · 0.65

Implementers 15

CsvBuildersubprojects/groovy-csv/src/main/java/g
YamlBuildersubprojects/groovy-yaml/src/main/java/
GPathResultsubprojects/groovy-xml/src/main/java/g
Nodesubprojects/groovy-xml/src/main/java/g
ReplacementNodesubprojects/groovy-xml/src/main/java/g
WritablePathsubprojects/groovy-nio/src/main/java/o
JsonBuildersubprojects/groovy-json/src/main/java/
XmlWritablesubprojects/groovy-templates/src/main/
BaseTemplatesubprojects/groovy-templates/src/main/
TomlBuildersubprojects/groovy-toml/src/main/java/
WritableClosuresrc/main/java/groovy/lang/Closure.java
GStringsrc/main/java/groovy/lang/GString.java

Calls

no outgoing calls

Tested by

no test coverage detected