public class ExampleJsonComposer
extends java.lang.Object
JsonComposer
We recommend play with the code to learn how to use the toolset.
Constructor and Description |
---|
ExampleJsonComposer() |
Modifier and Type | Method and Description |
---|---|
static void |
exampleCompose()
Launches the example
|
static void |
main(java.lang.String[] args)
Main method to launch the example
|
public static void main(java.lang.String[] args) throws java.io.FileNotFoundException, java.io.IOException
args
- The main args. None is neededjava.io.FileNotFoundException
- Thrown if the file is not foundjava.io.IOException
- Thrown if any problem IO-related is foundpublic static void exampleCompose() throws java.io.FileNotFoundException, java.io.IOException
java.io.FileNotFoundException
- Thrown if the file is not foundjava.io.IOException
- Thrown if any problem IO-related is found