Package com.github.kongchen.swagger.docgen.mustache

Examples of com.github.kongchen.swagger.docgen.mustache.OutputTemplate


    LOG.info("Creating file " + serviceFile.getAbsolutePath());
    return serviceFile;
  }

  public OutputTemplate prepareMustacheTemplate() throws GenerateException {
    this.outputTemplate = new OutputTemplate(this);
    return outputTemplate;
  }
View Full Code Here

TOP

Related Classes of com.github.kongchen.swagger.docgen.mustache.OutputTemplate

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.