Uses of Interface
com.thoughtworks.qdox.model.JavaAnnotatedElement
Packages that use JavaAnnotatedElement
Package
Description
Provides classes reflecting the Java model elements.
Provides the default implementation of the classes reflecting the Java model elements.
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.modelModifier and TypeInterfaceDescriptioninterfaceEquivalent ofClass, providing the most important methods.interfaceModeled equivalent ofConstructor, providing the most important methods.interfaceA shared interface for the common functionality of Method and Constructor.interfaceModeled equivalent ofField, providing the most important methods.interfaceinterfaceinterfaceJavaParameter is an extended version of JavaClass and doesn't exist in the java api.Methods in com.thoughtworks.qdox.model that return JavaAnnotatedElementMethods in com.thoughtworks.qdox.model with parameters of type JavaAnnotatedElementModifier and TypeMethodDescriptionDocletTagFactory.createDocletTag(String tag, String text, JavaAnnotatedElement context, int lineNumber) -
Uses of JavaAnnotatedElement in com.thoughtworks.qdox.model.impl
Classes in com.thoughtworks.qdox.model.impl that implement JavaAnnotatedElementModifier and TypeClassDescriptionclassclassclassThe BaseMethod contains all methods used by both JavaMethod and JavaConstructorclassclassclassThe default implementation ofJavaPackage, representing aPackage.classclassclassThe default implementation forJavaTypeclassDefaultJavaTypeVariable<D extends JavaGenericDeclaration>Equivalent ofTypeVariableclassEquivalent ofWildcardTypeThis class supports both the 'super' and 'extends' wildcards.classThis class can be used to access overridden methods while keeping a reference to the original class.Methods in com.thoughtworks.qdox.model.impl that return JavaAnnotatedElementModifier and TypeMethodDescriptionfinal JavaAnnotatedElementDefaultDocletTag.getContext()The element to which this tag applies.Methods in com.thoughtworks.qdox.model.impl with parameters of type JavaAnnotatedElementModifier and TypeMethodDescriptionDefaultDocletTagFactory.createDocletTag(String tag, String text, JavaAnnotatedElement context, int lineNumber) Constructors in com.thoughtworks.qdox.model.impl with parameters of type JavaAnnotatedElementModifierConstructorDescriptionDefaultDocletTag(String name, 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 JavaAnnotatedElementModifier and TypeMethodDescriptionprotected voidDefaultModelWriter.commentHeader(JavaAnnotatedElement entity)