Uses of Class
com.thoughtworks.qdox.parser.structs.FieldDef
-
Packages that use FieldDef Package Description com.thoughtworks.qdox.model com.thoughtworks.qdox.parser -
-
Uses of FieldDef in com.thoughtworks.qdox.model
Methods in com.thoughtworks.qdox.model with parameters of type FieldDef Modifier and Type Method Description void
ModelBuilder. addField(FieldDef def)
void
ModelBuilder. addParameter(FieldDef fieldDef)
-
Uses of FieldDef in com.thoughtworks.qdox.parser
Methods in com.thoughtworks.qdox.parser with parameters of type FieldDef Modifier and Type Method Description void
Builder. addField(FieldDef def)
void
Builder. addParameter(FieldDef def)
-