public final class Jsonschema2Pojo extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
generate(GenerationConfig config)
Reads the contents of the given source and initiates schema generation.
|
static void |
main(String[] args)
Main method, entry point for the application when invoked via the command
line.
|
public static void main(String[] args) throws FileNotFoundException, IOException
args - Incoming arguments from the command lineFileNotFoundException - if the paths specified on the command line are not foundIOException - if the application is unable to read data from the paths
specifiedpublic static void generate(GenerationConfig config) throws FileNotFoundException, 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 © 2013. All Rights Reserved.