Uses of Class
com.iohao.net.framework.core.doc.ActionCommandDoc
Packages that use ActionCommandDoc
Package
Description
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.
-
Uses of ActionCommandDoc in com.iohao.net.framework.core
Fields in com.iohao.net.framework.core declared as ActionCommandDocMethods in com.iohao.net.framework.core with parameters of type ActionCommandDocModifier and TypeMethodDescriptionActionCommand.ActionCommandBuilder.setActionCommandDoc(ActionCommandDoc actionCommandDoc) -
Uses of ActionCommandDoc in com.iohao.net.framework.core.doc
Fields in com.iohao.net.framework.core.doc declared as ActionCommandDocFields in com.iohao.net.framework.core.doc with type parameters of type ActionCommandDocModifier and TypeFieldDescriptionfinal Map<Integer, ActionCommandDoc> ActionDoc.actionCommandDocMapAction method docs keyed by subCmd.Methods in com.iohao.net.framework.core.doc that return ActionCommandDocModifier and TypeMethodDescriptionJavaClassDocInfo.createActionCommandDoc(Method method) ActionMethodDocument.getActionCommandDoc()Methods in com.iohao.net.framework.core.doc that return types with arguments of type ActionCommandDocModifier and TypeMethodDescriptionActionDoc.stream()Return a stream of command docs sorted by sub-command ID.Methods in com.iohao.net.framework.core.doc with parameters of type ActionCommandDocModifier and TypeMethodDescriptionvoidActionDoc.addActionCommandDoc(ActionCommandDoc actionCommandDoc) Register anActionCommandDocunder its sub-command ID.Constructors in com.iohao.net.framework.core.doc with parameters of type ActionCommandDocModifierConstructorDescriptionActionMethodDocument(ActionCommandDoc actionCommandDoc, TypeMappingDocument typeMappingDocument) Create a new method document from the given command doc and type mapping.