Class RestDslXmlGenerator
- java.lang.Object
-
- org.apache.camel.generator.swagger.RestDslGenerator<RestDslXmlGenerator>
-
- org.apache.camel.generator.swagger.RestDslXmlGenerator
-
public class RestDslXmlGenerator extends RestDslGenerator<RestDslXmlGenerator>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringgenerate(org.apache.camel.CamelContext context)RestDslXmlGeneratorwithBlueprint()-
Methods inherited from class org.apache.camel.generator.swagger.RestDslGenerator
asSpringBootProject, asSpringComponent, toAppendable, toDefinition, toFiler, toPath, toXml, withApiContextPath, withClientRequestValidation, withDestinationGenerator, withOperationFilter, withOperationFilter, withRestComponent, withRestContextPath
-
-
-
-
Method Detail
-
generate
public String generate(org.apache.camel.CamelContext context) throws Exception
- Throws:
Exception
-
withBlueprint
public RestDslXmlGenerator withBlueprint()
-
-