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.coreClassDescriptionBuilder for constructing
BroadcastDocumentinstances that describe server-push routes, their data types, and method metadata. -
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.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.Interface for connecting to the document generation service, allowing for different implementations to be extended.Wrapper around aSourceClassthat indexes its methods by name 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.