public class JsonGenerator extends Object
| Constructor and Description |
|---|
JsonGenerator() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String... args) |
String |
testFlatJsonGenerator(String config) |
List<Map<String,Object>> |
testListGenerator(String config) |
Map<String,Object> |
testMapGenerator(String config) |
public JsonGenerator()
throws IOException
IOExceptionpublic Map<String,Object> testMapGenerator(String config) throws IOException
IOExceptionpublic String testFlatJsonGenerator(String config) throws IOException
IOExceptionpublic List<Map<String,Object>> testListGenerator(String config) throws IOException
IOExceptionpublic static void main(String... args)
Copyright © 2017. All rights reserved.