public class TDJSONWriter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TDJSONWriter.JSONOption |
| Modifier and Type | Field and Description |
|---|---|
static InjectableInstance<TDJSONWriter> |
instance |
| Constructor and Description |
|---|
TDJSONWriter() |
| Modifier and Type | Method and Description |
|---|---|
static TDJSONWriter |
getInstance() |
void |
write(Appendable out,
TDNode node,
TDJSONWriter.JSONOption opt) |
void |
write(Appendable out,
TDNode node,
TDJSONWriter.JSONOption opt,
String indentStr) |
String |
writeAsString(TDNode node) |
String |
writeAsString(TDNode node,
TDJSONWriter.JSONOption opt) |
public static final InjectableInstance<TDJSONWriter> instance
public static TDJSONWriter getInstance()
public String writeAsString(TDNode node, TDJSONWriter.JSONOption opt)
public void write(Appendable out, TDNode node, TDJSONWriter.JSONOption opt)
public void write(Appendable out, TDNode node, TDJSONWriter.JSONOption opt, String indentStr)
Copyright © 2019. All rights reserved.