public class GenerateJsonSchemaMain extends Object
| Constructor and Description |
|---|
GenerateJsonSchemaMain()
Default constructor initializing some common aliases for Java types to JSON types.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String... args)
Main entry point of the application.
|
public GenerateJsonSchemaMain()
public static void main(String... args) throws ClassNotFoundException
args - Array of class names to generate JSON schema for.ClassNotFoundException - if any of the provided class names is not found.Copyright © 2024. All rights reserved.