Class ActionMethodDocument
java.lang.Object
com.iohao.net.framework.core.doc.ActionMethodDocument
Documentation model for a single action method, capturing parameter types, return types,
comments, and type-mapping information used for client SDK code generation.
- Author:
- 渔民小镇
- date:
- 2024-06-26
-
Constructor Summary
ConstructorsConstructorDescriptionActionMethodDocument(ActionCommandDoc actionCommandDoc, TypeMappingDocument typeMappingDocument) Create a new method document from the given command doc and type mapping. -
Method Summary
-
Constructor Details
-
ActionMethodDocument
public ActionMethodDocument(ActionCommandDoc actionCommandDoc, TypeMappingDocument typeMappingDocument) Create a new method document from the given command doc and type mapping.- Parameters:
actionCommandDoc- the command-level documentationtypeMappingDocument- the type mapping configuration
-