Package org.alfresco.rest.core.swagger


package org.alfresco.rest.core.swagger
  • Classes
    Class
    Description
    Executed via command line/terminal from root of this project Just execute mvn exec:java passing as arguments: -Dcoverage => this will show on screen the actual coverage of TAS (vs requests that exists in each YAML file - defined in pom.xml) -Dmodels => this will show all MISSING models that are NOT already implemented in TAS.
    Model property used by freemarker template in SwaggerModel
    Handles all Entry<String, Model> model : swagger.getDefinitions().entrySet()
    Handles swagger definitions Entry<String, Model> model : swagger.getDefinitions().entrySet()
    Handles all Entry<String, io.swagger.models.Path> path : swagger.getPaths().entrySet()
     
    This will handle the Swagger YAML file It will contain all the models, request or any other properties needed for out generator