public class Jsonschema2Pojo extends Object
| Constructor and Description |
|---|
Jsonschema2Pojo() |
| Modifier and Type | Method and Description |
|---|---|
static void |
generate(GenerationConfig config)
Reads the contents of the given source and initiates schema generation.
|
public static void generate(GenerationConfig config) throws IOException
config - the configuration options (including source and target paths,
and other behavioural options) that will control code
generationFileNotFoundException - if the source path is not foundIOException - if the application is unable to read data from the sourceCopyright © 2015. All rights reserved.