You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Zoran Regvart (JIRA)" <ji...@apache.org> on 2017/03/28 20:53:42 UTC

[jira] [Created] (CAMEL-11087) Create a Annotation processor that creates REST DSL source code from Swagger specification

Zoran Regvart created CAMEL-11087:
-------------------------------------

             Summary: Create a Annotation processor that creates REST DSL source code from Swagger specification
                 Key: CAMEL-11087
                 URL: https://issues.apache.org/jira/browse/CAMEL-11087
             Project: Camel
          Issue Type: New Feature
            Reporter: Zoran Regvart
            Assignee: Zoran Regvart
            Priority: Minor


With the generator implemented in CAMEL-11006 an annotation processor can be built that takes the Swagger specification and generates the REST DSL source code.
I'm thinking of one annotation, something like:

{code:java}
@RestDsl(specification="petstore.json", package="com.example", name="MyPetstore")
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)