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 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.ClassNameTypeUtils.eventContextClassName(com.sap.cds.reflect.CdsDefinition def, com.sap.cds.reflect.CdsEntity boundEntity, Configuration cfg) Returns the full qualified event context class name for the given CDS definition.static com.squareup.javapoet.TypeNameTypeUtils.getAttributeType(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, NamesUtils namesUtils, Configuration config) static com.squareup.javapoet.TypeNameTypeUtils.getReturnType(com.sap.cds.reflect.CdsElement attribute, Configuration cfg) static booleanTypeUtils.isAnonymousType(com.sap.cds.reflect.CdsType type, Configuration config) static com.squareup.javapoet.ClassNameTypeUtils.typedServiceClassName(com.sap.cds.reflect.CdsService service, Configuration cfg) Returns the full 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 ConfigurationModifierConstructorDescriptionModelWriter(GeneratedFile.Consumer consumer, Configuration config, com.sap.cds.reflect.CdsModel model)