public class JSONMetaWriter implements MetaStreamWriter
A converter from Meta object to JSON character stream
| Modifier and Type | Field and Description | 
|---|---|
| static JSONMetaWriter | instance | 
| Constructor and Description | 
|---|
| JSONMetaWriter() | 
| JSONMetaWriter() | 
| Modifier and Type | Method and Description | 
|---|---|
| static JsonObject | metaToJson() | 
| JSONMetaWriter | withCharset() | 
| void | write() | 
withCharset, write, writeString, writeToFilepublic static JSONMetaWriter instance
public JSONMetaWriter withCharset()
public void write()
public static JsonObject metaToJson()