initRequestMethod(method, methodDoc);
initProduces(method, methodDoc);
initConsumes(method, methodDoc);
initHeaders(method, methodDoc);
initJavadoc(method, md);
initRequestParams(method, methodDoc.parameters(), md.paramTags());
initPathParams(method, methodDoc.parameters(), md.paramTags());
initModelParams(method, methodDoc.parameters(), md.paramTags());
initBodyParams(method, methodDoc.parameters(), md.paramTags());
initRestParams(method, methodDoc, baseUri);
initResponseParams(method, methodDoc);