Uses of Class
com.thoughtworks.qdox.parser.structs.FieldDef
-
Packages that use FieldDef Package Description com.thoughtworks.qdox.builder Provides classes which transform the structs from the JavaParser to the Java model elementscom.thoughtworks.qdox.builder.impl Provides the default implementation of the classes which transform the structs from the JavaParser to the Java model elementscom.thoughtworks.qdox.parser.structs Provides simple models to be constructed by the parser. -
-
Uses of FieldDef in com.thoughtworks.qdox.builder
Methods in com.thoughtworks.qdox.builder with parameters of type FieldDef Modifier and Type Method Description void
Builder. addParameter(FieldDef def)
void
Builder. beginField(FieldDef def)
-
Uses of FieldDef in com.thoughtworks.qdox.builder.impl
Methods in com.thoughtworks.qdox.builder.impl with parameters of type FieldDef Modifier and Type Method Description void
ModelBuilder. addParameter(FieldDef fieldDef)
void
ModelBuilder. beginField(FieldDef def)
-
Uses of FieldDef in com.thoughtworks.qdox.parser.structs
Methods in com.thoughtworks.qdox.parser.structs that return types with arguments of type FieldDef Modifier and Type Method Description java.util.List<FieldDef>
RecordFieldsDef. getFields()
Methods in com.thoughtworks.qdox.parser.structs with parameters of type FieldDef Modifier and Type Method Description void
RecordFieldsDef. addField(FieldDef field)
-