Uses of Class
com.iohao.net.framework.core.doc.ActionCommandDoc
Packages that use ActionCommandDoc
Package
Description
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.doc
Methods in com.iohao.net.framework.core.doc that return ActionCommandDocMethods 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.