| Package | Description |
|---|---|
| com.vaadin.generator |
| Modifier and Type | Method and Description |
|---|---|
protected ComponentMetadata |
ComponentGenerator.toMetadata(File jsonFile)
Converts the JSON file to
ComponentMetadata. |
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentGenerator.generateClass(ComponentMetadata metadata,
File targetPath,
String basePackage,
String licenseNote)
Generates the Java class by using the
ComponentMetadata object. |
String |
ComponentGenerator.generateClass(ComponentMetadata metadata,
String basePackage,
String licenseNote)
Generates and returns the Java class based on the
ComponentMetadata. |
Copyright © 2000–2019 Vaadin Ltd. All rights reserved.