| Package | Description |
|---|---|
| org.jooq.codegen |
| Modifier and Type | Class and Description |
|---|---|
class |
GeneratorWriter<W extends GeneratorWriter<W>>
A wrapper for a
PrintWriter
This wrapper postpones the actual write to the wrapped PrintWriter
until all information about the target Java class is available. |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaWriter
A wrapper for a
PrintWriter
This wrapper adds Java printing features to the general
GeneratorWriter |
class |
TextWriter
A wrapper for a
PrintWriter
This wrapper adds text printing features to the general
GeneratorWriter |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JavaGenerator.printParagraph(GeneratorWriter<?> out,
String comment,
String indent) |
Copyright © 2018. All rights reserved.