接口的使用
com.thoughtworks.qdox.model.JavaModel
使用JavaModel的程序包
程序包
说明
Provides classes reflecting the Java model elements.
Provides the default implementation of the classes reflecting the Java model elements.
-
com.thoughtworks.qdox.model中JavaModel的使用
修饰符和类型接口说明interfaceEquivalent ofAnnotatedElement, providing the most important methods.interfaceinterfaceEquivalent 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. -
com.thoughtworks.qdox.model.impl中JavaModel的使用
修饰符和类型类说明classclassclassclassEvery element of a class, including the class itself is a javaModel.classclassclassclassThe BaseMethod contains all methods used by both JavaMethod and JavaConstructorclassclassclassclassstatic classstatic classstatic classstatic classstatic classclassThe 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.