Uses of Interface
com.thoughtworks.qdox.model.DocletTagFactory
-
Packages that use DocletTagFactory Package Description com.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.model.impl Provides the default implementation of the classes reflecting the Java model elements. -
-
Uses of DocletTagFactory in com.thoughtworks.qdox.builder.impl
Fields in com.thoughtworks.qdox.builder.impl declared as DocletTagFactory Modifier and Type Field Description private DocletTagFactory
ModelBuilder. docletTagFactory
Constructors in com.thoughtworks.qdox.builder.impl with parameters of type DocletTagFactory Constructor Description ModelBuilder(ClassLibrary classLibrary, DocletTagFactory docletTagFactory)
-
Uses of DocletTagFactory in com.thoughtworks.qdox.model.impl
Classes in com.thoughtworks.qdox.model.impl that implement DocletTagFactory Modifier and Type Class Description class
DefaultDocletTagFactory
-