Class RestDslXmlGenerator
- java.lang.Object
-
- org.apache.camel.generator.openapi.RestDslGenerator<RestDslXmlGenerator>
-
- org.apache.camel.generator.openapi.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.openapi.RestDslGenerator
asSpringBootProject, asSpringComponent, determineBasePathFrom, determineBasePathFrom, determineBasePathFrom, determineHostFrom, resolveVariablesIn, toAppendable, toDefinition, toFiler, toPath, toXml, toYaml, withApiContextPath, withBasePath, withClientRequestValidation, withDestinationGenerator, withDestinationToSyntax, withOperationFilter, withOperationFilter, withRestComponent, withRestContextPath
-
-
-
-
Method Detail
-
generate
public String generate(org.apache.camel.CamelContext context) throws Exception
- Throws:
Exception
-
withBlueprint
public RestDslXmlGenerator withBlueprint()
-
-