Uses of Class
com.iohao.net.common.kit.source.SourceClass
Packages that use SourceClass
Package
Description
Provides Java source file parsing utilities using the JDK Compiler Tree API,
replacing the third-party QDox library for extracting Javadoc comments,
line numbers, annotations, and enum constant arguments from source files.
Provides documentation metadata and code-generation support used to produce client-facing API
artifacts from ionet action definitions.
-
Uses of SourceClass in com.iohao.net.common.kit.source
Methods in com.iohao.net.common.kit.source that return SourceClassModifier and TypeMethodDescriptionSourceParserKit.parseClass(String fqcn, File... roots) Parse source files and return a single class by fully qualified name.Methods in com.iohao.net.common.kit.source that return types with arguments of type SourceClassModifier and TypeMethodDescriptionSourceParserKit.parseSourceTree(File... roots) Parse all.javafiles under the given roots and return a map of fully qualified class name toSourceClass. -
Uses of SourceClass in com.iohao.net.framework.core.doc
Constructors in com.iohao.net.framework.core.doc with parameters of type SourceClass