Class ActionCommandDocKit

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

public class ActionCommandDocKit extends Object
Author:
渔民小镇
date:
2022-01-28
  • Constructor Details

    • ActionCommandDocKit

      public ActionCommandDocKit()
  • Method Details

    • getJavaClassDocInfoMap

      public Map<String, JavaClassDocInfo> getJavaClassDocInfoMap(Set<Class<?>> controllerList)
      java class doc map
          key : java class name (YourJavaFile.class)
          value : JavaClassDocInfo
      
      Parameters:
      controllerList - classList
      Returns:
      map