Uses of Package
com.iohao.net.framework.core.doc
Packages that use com.iohao.net.framework.core.doc
Package
Description
Provides extension utilities for generating client/server integration code and related
documentation artifacts from ionet metadata.
Provides the core action execution model, metadata, lifecycle hooks, and shared runtime building
blocks used by ionet business logic.
Provides documentation metadata and code-generation support used to produce client-facing API
artifacts from ionet action definitions.
-
Classes in com.iohao.net.framework.core.doc used by com.iohao.net.extension.codegenClassDescriptionDocument-related information, such as action-related, broadcast-related, and error code-related details.Interface for connecting to the document generation service, allowing for different implementations to be extended.
-
Classes in com.iohao.net.framework.core.doc used by com.iohao.net.framework.coreClassDescriptionAction command document, stores source code information.Builder for constructing
BroadcastDocumentinstances that describe server-push routes, their data types, and method metadata.Wrapper around a QDoxJavaClassthat indexes its methods by signature and provides factory methods for creatingActionCommandDocfrom reflectionMethodobjects. -
Classes in com.iohao.net.framework.core.doc used by com.iohao.net.framework.core.docClassDescriptionAction command document, stores source code information.Documentation model for a single
@ActionController, grouping allActionCommandDocentries that share the same primary command ID.Aggregated documentation model for a singleActionDoc, containing the generated member-constant documents and method-level documents used for client SDK code generation.Document model for a route member constant generated from an action method, carrying the command pair, a generated member name, and the Javadoc comment.Documentation model for a single action method, capturing parameter types, return types, comments, and type-mapping information used for client SDK code generation.Documentation model for a single broadcast (server-push) route, describing the command info, data type, method name, and associated metadata used for client SDK code generation.Builder for constructingBroadcastDocumentinstances that describe server-push routes, their data types, and method metadata.Document-related information, such as action-related, broadcast-related, and error code-related details.Document access permission generationInterface for connecting to the document generation service, allowing for different implementations to be extended.Documentation model for a single error code entry, carrying the enum constant name, numeric value, and human-readable description.Wrapper around a QDoxJavaClassthat indexes its methods by signature and provides factory methods for creatingActionCommandDocfrom reflectionMethodobjects.Strategy interface for mapping Java/protobuf types to their client-side type names used during document and SDK code generation.Record describing how a Java/protobuf type maps to client-side type names, SDK method names, and result accessor names used during code generation.