Uses of Interface
com.iohao.net.framework.core.doc.DocumentGenerate
Packages that use DocumentGenerate
Package
Description
Provides extension utilities for generating client/server integration code and related
documentation artifacts from ionet metadata.
Provides documentation metadata and code-generation support used to produce client-facing API
artifacts from ionet action definitions.
-
Uses of DocumentGenerate in com.iohao.net.extension.codegen
Classes in com.iohao.net.extension.codegen that implement DocumentGenerateModifier and TypeClassDescriptionfinal classGenerate C# code, such as broadcast, error code, actionfinal classfinal classGenerate TypeScript code, such as broadcast, error code, action -
Uses of DocumentGenerate in com.iohao.net.framework.core.doc
Classes in com.iohao.net.framework.core.doc that implement DocumentGenerateModifier and TypeClassDescriptionfinal classDocumentGenerateimplementation that produces a plain-text documentation file containing action routes, broadcast routes, and error codes.Methods in com.iohao.net.framework.core.doc with parameters of type DocumentGenerateModifier and TypeMethodDescriptionstatic voidDocumentHelper.addDocumentGenerate(DocumentGenerate documentGenerate) Register a document generator.