Class ActionMethodDocument

java.lang.Object
com.iohao.net.framework.core.doc.ActionMethodDocument

public final class ActionMethodDocument extends Object
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 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 documentation
      typeMappingDocument - the type mapping configuration