Uses of Interface
ru.cwcode.tkach.config.base.ConfigPlatform
Packages that use ConfigPlatform
Package
Description
-
Uses of ConfigPlatform in ru.cwcode.tkach.config.base.manager
Fields in ru.cwcode.tkach.config.base.manager declared as ConfigPlatformMethods in ru.cwcode.tkach.config.base.manager that return ConfigPlatformConstructors in ru.cwcode.tkach.config.base.manager with parameters of type ConfigPlatformModifierConstructorDescriptionConfigManager(ConfigPlatform configPlatform, ConfigLoader<C> loader, ConfigPersister<C> persister, ConfigMapper<C> mapper, ConfigCreator<C> creator) -
Uses of ConfigPlatform in ru.cwcode.tkach.config.jackson
Constructors in ru.cwcode.tkach.config.jackson with parameters of type ConfigPlatformModifierConstructorDescriptionJacksonConfigManager(ConfigPlatform configPlatform, ConfigLoader<C> loader, ConfigPersister<C> persister, ConfigMapper<C> mapper, ConfigCreator<C> creator) JacksonConfigManager(ConfigPlatform configPlatform, ConfigPersister<C> persister, ConfigMapper<C> mapper) -
Uses of ConfigPlatform in ru.cwcode.tkach.config.jackson.yaml
Constructors in ru.cwcode.tkach.config.jackson.yaml with parameters of type ConfigPlatformModifierConstructorDescriptionYmlConfigManager(ConfigPlatform configPlatform) YmlConfigManager(ConfigPlatform configPlatform, ConfigCreator<YmlConfig> creator) YmlConfigManager(ConfigPlatform configPlatform, ConfigLoader<YmlConfig> loader, ConfigPersister<YmlConfig> persister, ConfigMapper<YmlConfig> mapper, ConfigCreator<YmlConfig> creator)