Package com.carma.swagger.doclet.model

Examples of com.carma.swagger.doclet.model.Operation


    if (methodApi == null) {
      methodApi = new Api(parsedMethod.getPath(), "", new ArrayList<Operation>());
      declaration.getApis().add(methodApi);
    }

    methodApi.getOperations().add(new Operation(parsedMethod));
  }
View Full Code Here

TOP

Related Classes of com.carma.swagger.doclet.model.Operation

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.