| Modifier and Type | Class and Description |
|---|---|
static class |
FtlGenerator.MyAppObjectWrapper |
static class |
FtlGenerator.PropAdapter |
Generator.Prop| Constructor and Description |
|---|
FtlGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
fromJson(io.apptik.json.JsonObject job,
java.lang.String wrapperName,
java.io.File outDir) |
void |
fromSchema(io.apptik.json.schema.Schema schema,
java.lang.String wrapperName,
java.io.File outDir) |
public void fromJson(io.apptik.json.JsonObject job,
java.lang.String wrapperName,
java.io.File outDir)
throws java.io.IOException
public void fromSchema(io.apptik.json.schema.Schema schema,
java.lang.String wrapperName,
java.io.File outDir)
throws java.io.IOException
fromSchema in interface Generatorschema - the schema describing the Json Object to create wrapper forwrapperName - the wrapper class name. If null then schema title is used instead.outDir - the output directoryjava.io.IOException