Modifier and Type | Method and Description |
---|---|
static RestDslSourceCodeGenerator<Appendable> |
RestDslGenerator.toAppendable(io.apicurio.datamodels.openapi.models.OasDocument document) |
static RestDslSourceCodeGenerator<Filer> |
RestDslGenerator.toFiler(io.apicurio.datamodels.openapi.models.OasDocument document) |
static RestDslSourceCodeGenerator<Path> |
RestDslGenerator.toPath(io.apicurio.datamodels.openapi.models.OasDocument document) |
RestDslSourceCodeGenerator<T> |
RestDslSourceCodeGenerator.withClassName(String className) |
RestDslSourceCodeGenerator<T> |
RestDslSourceCodeGenerator.withIndent(String indent) |
RestDslSourceCodeGenerator<T> |
RestDslSourceCodeGenerator.withoutSourceCodeTimestamps() |
RestDslSourceCodeGenerator<T> |
RestDslSourceCodeGenerator.withPackageName(String packageName) |
RestDslSourceCodeGenerator<T> |
RestDslSourceCodeGenerator.withSourceCodeTimestamps() |
Apache Camel