public abstract class RestDslSourceCodeGenerator<T> extends RestDslGenerator<RestDslSourceCodeGenerator<T>>
Modifier and Type | Method and Description |
---|---|
abstract void |
generate(T destination) |
RestDslSourceCodeGenerator<T> |
withClassName(String className) |
RestDslSourceCodeGenerator<T> |
withIndent(String indent) |
RestDslSourceCodeGenerator<T> |
withoutSourceCodeTimestamps() |
RestDslSourceCodeGenerator<T> |
withPackageName(String packageName) |
RestDslSourceCodeGenerator<T> |
withSourceCodeTimestamps() |
asSpringBootProject, asSpringComponent, getBasePathFromOasDocument, getHostFromOasDocument, parseVariables, toAppendable, toDefinition, toFiler, toPath, toXml, withApiContextPath, withDestinationGenerator, withOperationFilter, withOperationFilter, withRestComponent, withRestContextPath
public abstract void generate(T destination) throws IOException
IOException
public RestDslSourceCodeGenerator<T> withClassName(String className)
public RestDslSourceCodeGenerator<T> withIndent(String indent)
public RestDslSourceCodeGenerator<T> withoutSourceCodeTimestamps()
public RestDslSourceCodeGenerator<T> withPackageName(String packageName)
public RestDslSourceCodeGenerator<T> withSourceCodeTimestamps()
Apache Camel