| Modifier and Type | Field and Description |
|---|---|
protected Reporter |
GeneratorBase.reporter |
| Modifier and Type | Method and Description |
|---|---|
protected Reporter |
GeneratorBase.getReporter() |
Reporter |
GeneratorConfig.getReporter() |
| Modifier and Type | Method and Description |
|---|---|
static GeneratorConfig |
GeneratorConfig.of(File outputDirectory,
String outputEncoding,
Reporter reporter,
String keyPattern) |
static GeneratorConfig |
GeneratorConfig.of(File outputDirectory,
String outputEncoding,
Reporter reporter,
String keyPattern,
boolean strictTypes) |
void |
GeneratorConfig.setReporter(Reporter reporter) |
| Constructor and Description |
|---|
Generator(File outputDirectory,
Reporter reporter)
Deprecated.
|
Generator(File outputDirectory,
String outputEncoding,
Reporter reporter)
Deprecated.
|
Generator(File outputDirectory,
String outputEncoding,
Reporter reporter,
String keyPattern)
Deprecated.
|
Copyright © 2016. All rights reserved.