| Package | Description |
|---|---|
| com.thoughtworks.qdox.builder |
Provides classes which transform the structs from the JavaParser to the Java model elements
|
| com.thoughtworks.qdox.builder.impl |
Provides the default implementation of the classes which transform the structs from the JavaParser to the Java model elements
|
| com.thoughtworks.qdox.parser.structs |
Provides simple models to be constructed by the parser.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Builder.addParameter(FieldDef def) |
void |
Builder.beginField(FieldDef def) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelBuilder.addParameter(FieldDef fieldDef) |
void |
ModelBuilder.beginField(FieldDef def) |
| Modifier and Type | Method and Description |
|---|---|
List<FieldDef> |
RecordFieldsDef.getFields() |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordFieldsDef.addField(FieldDef field) |
Copyright © 2002–2025. All rights reserved.