Uses of Class
ru.cwcode.tkach.config.base.manager.ConfigMapper.MappingResult
Packages that use ConfigMapper.MappingResult
Package
Description
-
Uses of ConfigMapper.MappingResult in ru.cwcode.tkach.config.base.manager
Methods in ru.cwcode.tkach.config.base.manager that return ConfigMapper.MappingResultModifier and TypeMethodDescriptionabstract <V extends C>
ConfigMapper<C>.MappingResult<V>ConfigMapper.map(String string, Class<V> configClass, ConfigPersistOptions persistOptions) -
Uses of ConfigMapper.MappingResult in ru.cwcode.tkach.config.jackson
Methods in ru.cwcode.tkach.config.jackson that return ConfigMapper.MappingResultModifier and TypeMethodDescription<V extends C>
ConfigMapper<C>.MappingResult<V>JacksonConfigMapper.map(String string, Class<V> configClass, ConfigPersistOptions persistOptions) -
Uses of ConfigMapper.MappingResult in ru.cwcode.tkach.config.jackson.yaml
Methods in ru.cwcode.tkach.config.jackson.yaml that return ConfigMapper.MappingResultModifier and TypeMethodDescription<V extends YmlConfig>
ConfigMapper<YmlConfig>.MappingResult<V>YmlConfigMapper.map(String string, Class<V> configClass, ConfigPersistOptions persistOptions)