@java.lang.Deprecated(since = "7.1", forRemoval = true) public class StreamingJsonBuilder extends groovy.jsonStreamingJsonBuilder
Temporary fork of groovy.json.StreamingJsonBuilder until Groovy 2.4.5 is out.
| Modifiers | Name | Description |
|---|---|---|
static class |
StreamingJsonBuilder.StreamingJsonDelegate |
| Constructor and description |
|---|
StreamingJsonBuilder(java.io.Writer writer)Instantiates a JSON builder. |
StreamingJsonBuilder(java.io.Writer writer, JsonGenerator generator)Instantiates a JSON builder with the given generator. |
StreamingJsonBuilder(java.io.Writer writer, java.lang.Object content)Instantiates a JSON builder, possibly with some existing data structure. |
StreamingJsonBuilder(java.io.Writer writer, java.lang.Object content, JsonGenerator generator)Instantiates a JSON builder, possibly with some existing data structure and the given generator. |
StreamingJsonBuilder(java.io.Writer writer, JsonGenerator generator) |
StreamingJsonBuilder(java.io.Writer writer, java.lang.Object content, JsonGenerator generator) |
Instantiates a JSON builder.
writer - A writer to which Json will be writtenInstantiates a JSON builder with the given generator.
writer - A writer to which Json will be writtengenerator - used to generate the outputInstantiates a JSON builder, possibly with some existing data structure.
writer - A writer to which Json will be writtencontent - a pre-existing data structure, default to nullInstantiates a JSON builder, possibly with some existing data structure and the given generator.
writer - A writer to which Json will be writtencontent - a pre-existing data structure, default to nullgenerator - used to generate the output