Uses of Interface
com.thoughtworks.qdox.model.JavaAnnotatedElement
-
Packages that use JavaAnnotatedElement Package Description com.thoughtworks.qdox.model Provides classes reflecting the Java model elements.com.thoughtworks.qdox.model.impl Provides the default implementation of the classes reflecting the Java model elements.com.thoughtworks.qdox.writer.impl Provides the default implementation of classes to write Java model elements in any style. -
-
Uses of JavaAnnotatedElement in com.thoughtworks.qdox.model
Subinterfaces of JavaAnnotatedElement in com.thoughtworks.qdox.model Modifier and Type Interface Description interfaceJavaClassEquivalent ofClass, providing the most important methods.interfaceJavaConstructorModeled equivalent ofConstructor, providing the most important methods.interfaceJavaExecutableA shared interface for the common functionality of Method and Constructor.interfaceJavaFieldModeled equivalent ofField, providing the most important methods.interfaceJavaMethodinterfaceJavaPackageinterfaceJavaParameterJavaParameter is an extended version of JavaClass and doesn't exist in the java api.Methods in com.thoughtworks.qdox.model that return JavaAnnotatedElement Modifier and Type Method Description JavaAnnotatedElementDocletTag. getContext()The element to which this tag applies.Methods in com.thoughtworks.qdox.model with parameters of type JavaAnnotatedElement Modifier and Type Method Description DocletTagDocletTagFactory. createDocletTag(java.lang.String tag, java.lang.String text, JavaAnnotatedElement context, int lineNumber) -
Uses of JavaAnnotatedElement in com.thoughtworks.qdox.model.impl
Classes in com.thoughtworks.qdox.model.impl that implement JavaAnnotatedElement Modifier and Type Class Description classDefaultJavaClassclassDefaultJavaConstructorclassDefaultJavaExecutableThe BaseMethod contains all methods used by both JavaMethod and JavaConstructorclassDefaultJavaFieldclassDefaultJavaMethodclassDefaultJavaPackageThe default implementation ofJavaPackage, representing aPackage.classDefaultJavaParameterclassDefaultJavaParameterizedTypeclassDefaultJavaTypeThe default implementation forJavaTypeclassDefaultJavaTypeVariable<D extends JavaGenericDeclaration>Equivalent ofTypeVariableclassDefaultJavaWildcardTypeEquivalent ofWildcardTypeThis class supports both the 'super' and 'extends' wildcards.classJavaMethodDelegateThis class can be used to access overridden methods while keeping a reference to the original class.Fields in com.thoughtworks.qdox.model.impl declared as JavaAnnotatedElement Modifier and Type Field Description private JavaAnnotatedElementDefaultDocletTag. contextMethods in com.thoughtworks.qdox.model.impl that return JavaAnnotatedElement Modifier and Type Method Description JavaAnnotatedElementDefaultDocletTag. getContext()The element to which this tag applies.Methods in com.thoughtworks.qdox.model.impl with parameters of type JavaAnnotatedElement Modifier and Type Method Description DocletTagDefaultDocletTagFactory. createDocletTag(java.lang.String tag, java.lang.String text, JavaAnnotatedElement context, int lineNumber)Constructors in com.thoughtworks.qdox.model.impl with parameters of type JavaAnnotatedElement Constructor Description DefaultDocletTag(java.lang.String name, java.lang.String value, JavaAnnotatedElement context, int lineNumber) -
Uses of JavaAnnotatedElement in com.thoughtworks.qdox.writer.impl
Methods in com.thoughtworks.qdox.writer.impl with parameters of type JavaAnnotatedElement Modifier and Type Method Description protected voidDefaultModelWriter. commentHeader(JavaAnnotatedElement entity)
-