public class Cds4jCodegen extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Cds4jCodegen.CsnSupplier |
static class |
Cds4jCodegen.Result |
| Constructor and Description |
|---|
Cds4jCodegen(Configuration cfg) |
| Modifier and Type | Method and Description |
|---|---|
Cds4jCodegen.Result |
generate(Cds4jCodegen.CsnSupplier csn,
GeneratedFile.Consumer consumer) |
static boolean |
isIgnored(com.sap.cds.reflect.CdsDefinition def)
Checks whether the given
CdsDefinition is to be ignored by the code
generation. |
protected static boolean |
noRelevantIssues(ParserMode parserMode,
GeneratorMode generatorMode) |
public Cds4jCodegen(Configuration cfg)
public Cds4jCodegen.Result generate(Cds4jCodegen.CsnSupplier csn, GeneratedFile.Consumer consumer) throws IOException
IOExceptionprotected static boolean noRelevantIssues(ParserMode parserMode, GeneratorMode generatorMode)
public static boolean isIgnored(com.sap.cds.reflect.CdsDefinition def)
CdsDefinition is to be ignored by the code
generation.def - the cds definitionCopyright © 2023 SAP. All rights reserved.