Uses of Interface
com.sap.cds.services.runtime.CdsRuntimeConfigurer
Packages that use CdsRuntimeConfigurer
-
Uses of CdsRuntimeConfigurer in com.sap.cds.services
Methods in com.sap.cds.services that return CdsRuntimeConfigurerModifier and TypeMethodDescriptionCoreFactory.createCdsRuntimeConfigurer(PropertiesProvider propertiesProvider) The factory method to create a newCdsRuntimeConfigurerwith the given properties. -
Uses of CdsRuntimeConfigurer in com.sap.cds.services.runtime
Methods in com.sap.cds.services.runtime that return CdsRuntimeConfigurerModifier and TypeMethodDescriptionCdsRuntimeConfigurer.cdsModel()Sets the default CDS model on theCdsRuntimeof thisCdsRuntimeConfigurerCdsRuntimeConfigurer.cdsModel(com.sap.cds.reflect.CdsModel model) Sets the CDS model from the specified CSN file path on theCdsRuntimeof thisCdsRuntimeConfigurerCdsRuntimeConfigurer.configuration(CdsRuntimeConfiguration configuration) Adds a givenCdsRuntimeConfigurationto theCdsRuntimeConfigurer.static CdsRuntimeConfigurerCdsRuntimeConfigurer.create()Creates a newCdsRuntimeConfigurer.static CdsRuntimeConfigurerCdsRuntimeConfigurer.create(PropertiesProvider propertiesProvider) Creates a newCdsRuntimeConfigurerwith the givenPropertiesProvider.CdsRuntimeConfigurer.environment(ApplicationInfoProvider provider) CdsRuntimeConfigurer.environment(ServiceBindingProvider provider) CdsRuntimeConfigurer.environmentConfigurations()Applies all environment configuration modules to theCdsRuntimeof thisCdsRuntimeConfigurerCdsRuntimeConfigurer.eventHandler(Class<T> handlerClass, Supplier<T> handlerFactory) Registers an event handler class with theCdsRuntime, given a factory to create instances of the event handlerCdsRuntimeConfigurer.eventHandler(Object handler) Registers an event handler instance with theCdsRuntime.CdsRuntimeConfigurer.eventHandlerConfigurations()Applies all event handler configuration modules to theCdsRuntimeof thisCdsRuntimeConfigurerCdsRuntimeConfigurer.packageScan(String packageName) Scans the given package for event handler classes and registers them on theCdsRuntimeCdsRuntimeConfigurer.provider(LocalizedMessageProvider provider) CdsRuntimeConfigurer.provider(AuthenticationInfoProvider provider) CdsRuntimeConfigurer.provider(CdsModelProvider provider) CdsRuntimeConfigurer.provider(CdsProvider<?> provider) CdsRuntimeConfigurer.provider(FeatureTogglesInfoProvider provider) CdsRuntimeConfigurer.provider(ParameterInfoProvider provider) CdsRuntimeConfigurer.provider(UserInfoProvider provider) CdsRuntimeConfigurer.providerConfigurations()Applies all provider configuration modules to theCdsRuntimeof thisCdsRuntimeConfigurerCdsRuntimeConfigurer.serviceConfigurations()Applies all service configuration modules to theCdsRuntimeof thisCdsRuntimeConfigurerMethods in com.sap.cds.services.runtime with parameters of type CdsRuntimeConfigurerModifier and TypeMethodDescriptiondefault voidCdsRuntimeConfiguration.environment(CdsRuntimeConfigurer configurer) Creates and registers one or multiple environment provider instances, using the givenCdsRuntimeConfigurerdefault voidCdsRuntimeConfiguration.eventHandlers(CdsRuntimeConfigurer configurer) Creates and registers one or multiple event handler instances, using the givenCdsRuntimeConfigurerdefault voidCdsRuntimeConfiguration.providers(CdsRuntimeConfigurer configurer) Creates and registers one or multiple provider instances, using the givenCdsRuntimeConfigurerdefault voidCdsRuntimeConfiguration.services(CdsRuntimeConfigurer configurer) Creates and registers one or multipleServiceinstances, using the givenCdsRuntimeConfigurer