Package com.sap.cds.generator
Interface Configuration
- All Known Implementing Classes:
ConfigurationImpl
public interface Configuration
-
Method Summary
Modifier and TypeMethodDescriptionbooleandefault booleanbooleangetDocs()voidvoidsetPluginInformation(String pluginInformation)
-
Method Details
-
getParserMode
ParserMode getParserMode() -
getGeneratorMode
GeneratorMode getGeneratorMode() -
getMethodStyle
MethodStyle getMethodStyle() -
getBasePackage
String getBasePackage() -
getEventContext
String getEventContext() -
getExcludes
-
getIncludes
-
getClassNameSuffix
String getClassNameSuffix() -
getDocs
boolean getDocs() -
fkAccessors
boolean fkAccessors() -
getPluginInformation
String getPluginInformation() -
setPluginInformation
-
setGenerationAnnotationDetailLevel
-
getGenerationAnnotationDetailLevel
GeneratedAnnotationDetailLevel getGenerationAnnotationDetailLevel() -
getCqnServices
default boolean getCqnServices()
-