-
- All Implemented Interfaces:
-
tech.harmonysoft.oss.common.template.factory.KeyValueConfigurerFactory
@Named() public final class KeyValueConfigurerFactoryImpl implements KeyValueConfigurerFactory
-
-
Constructor Summary
Constructors Constructor Description KeyValueConfigurerFactoryImpl(TypeManagersHelper typeManagersHelper)
-
Method Summary
Modifier and Type Method Description <K extends Any> KeyValueConfigurer<K>build(Map<String, Object> rawRules, TypedKeyManager<K> keyManager, Set<TypeManagerContext> contexts)-
-
Constructor Detail
-
KeyValueConfigurerFactoryImpl
KeyValueConfigurerFactoryImpl(TypeManagersHelper typeManagersHelper)
-
-
Method Detail
-
build
<K extends Any> KeyValueConfigurer<K> build(Map<String, Object> rawRules, TypedKeyManager<K> keyManager, Set<TypeManagerContext> contexts)
- Parameters:
rawRules- raw configuration ruleskeyManager- key manager to usecontexts- contexts to use for selecting target TypeManager, see TypeManagerContext for more details
-
-
-
-