Uses of Interface
com.sap.cds.generator.Configuration
Packages that use Configuration
-
Uses of Configuration in com.sap.cds.generator
Classes in com.sap.cds.generator that implement ConfigurationModifier and TypeClassDescriptionclassConfiguration instance stores the configuration values for the application.Constructors in com.sap.cds.generator with parameters of type ConfigurationModifierConstructorDescriptionCds4jCodegen(Configuration configuration) Cds4jOperationGenerator(Configuration configuration) -
Uses of Configuration in com.sap.cds.generator.util
Methods in com.sap.cds.generator.util with parameters of type ConfigurationModifier and TypeMethodDescriptionstatic com.squareup.javapoet.ClassNameNamesUtils.className(Configuration configuration, com.sap.cds.reflect.CdsType type) Returns Java class name for given CDS type.static com.squareup.javapoet.ClassNameNamesUtils.eventContextClassName(Configuration configuration, com.sap.cds.reflect.CdsEntity boundEntity, com.sap.cds.reflect.CdsDefinition def) Returns qualified event context class name for the given CDS definition.static com.squareup.javapoet.TypeNameTypeUtils.getAttributeType(com.squareup.javapoet.ClassName parent, com.sap.cds.reflect.CdsType type, Configuration cfg) static com.squareup.javapoet.TypeNameTypeUtils.getOperationResultType(com.sap.cds.reflect.CdsEntity boundTo, com.sap.cds.reflect.CdsOperation operation, com.sap.cds.reflect.CdsType returnType, Configuration config) static com.squareup.javapoet.TypeNameTypeUtils.getReturnType(com.squareup.javapoet.ClassName parent, com.sap.cds.reflect.CdsElement attribute, Configuration cfg) static booleanTypeUtils.isAnonymousType(com.sap.cds.reflect.CdsType type, Configuration config) static booleanNamesUtils.isValidTechnicalEntity(Configuration configuration, com.sap.cds.reflect.CdsModel model, com.sap.cds.reflect.CdsEntity entity) static com.squareup.javapoet.ClassNameNamesUtils.suffixedClassName(Configuration configuration, com.sap.cds.reflect.CdsType type) Returns Java class name for given CDS type with a suffix.static com.squareup.javapoet.ClassNameNamesUtils.suffixedClassName(Configuration configuration, com.squareup.javapoet.ClassName parent, com.sap.cds.reflect.CdsElement element) Returns suffixed class name that is nested within the parent class for a given element.static com.squareup.javapoet.ClassNameNamesUtils.templateEventHandlerClassName(Configuration configuration, com.sap.cds.reflect.CdsEntity entity, com.sap.cds.reflect.CdsOperation operation) Returns the name of the template handler class for an action or functions.static com.squareup.javapoet.ClassNameNamesUtils.templateEventHandlerClassName(Configuration configuration, com.sap.cds.reflect.CdsOperation operation) Returns the name of the template handler class for an action or functions.static com.squareup.javapoet.ClassNameNamesUtils.typedServiceBuilderName(Configuration configuration, com.sap.cds.reflect.CdsService service) Returns qualified typed service class name for the givenservicedefinition.static com.squareup.javapoet.ClassNameNamesUtils.typedServiceClassName(Configuration configuration, com.sap.cds.reflect.CdsService service) Returns qualified typed service class name for the givenservicedefinition.Constructors in com.sap.cds.generator.util with parameters of type Configuration -
Uses of Configuration in com.sap.cds.generator.writer
Constructors in com.sap.cds.generator.writer with parameters of type ConfigurationModifierConstructorDescriptionCreateTemplateHandlerClassVisitor(Configuration configuration, com.sap.cds.reflect.CdsModel model, GeneratedFile.Consumer consumer) ModelWriter(GeneratedFile.Consumer consumer, Configuration config, com.sap.cds.reflect.CdsModel model)