Uses of Interface
cronapp.framework.core.CronappSettingsService
-
Packages that use CronappSettingsService Package Description cronapp.framework.core cronapp.framework.core.persistence -
-
Uses of CronappSettingsService in cronapp.framework.core
Classes in cronapp.framework.core that implement CronappSettingsService Modifier and Type Class Description classPropertiesSettingsServiceclassRepositorySettingsServiceMethods in cronapp.framework.core that return CronappSettingsService Modifier and Type Method Description CronappSettingsServiceCronappConfiguration. propertiesSettingsService(org.springframework.core.env.Environment environment)CronappSettingsServiceCronappConfiguration. repositorySettingsService(CronappSettingsRepository settingsRepository, org.springframework.core.env.Environment environment) -
Uses of CronappSettingsService in cronapp.framework.core.persistence
Fields in cronapp.framework.core.persistence declared as CronappSettingsService Modifier and Type Field Description CronappSettingsServiceSecureValueConverter. settingsServiceConstructors in cronapp.framework.core.persistence with parameters of type CronappSettingsService Constructor Description SecureValueConverter(CronappSettingsService settingsService)
-