Interface KeyMatchService
public interface KeyMatchService
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetKeyMappingsFromConfig(Configuration config, String configPath) getKeyMappingsFromConfigByKeyAndValue(Configuration config, String configPath, String key, String value) getPriosFromConfig(Configuration config, String configPath) matchToLocalEntity(String remoteKey, Closure getEntityByKey, String configFile, String mappingsConfigPath, String priosConfigPath) matchToLocalEntity(String remoteKey, Closure getEntityByKey, Map<String, String> keyMappings, List<MappingPrio> mappingPrios)
-
Field Details
-
MAPPINGS_CONFIG_FILE
- See Also:
-
DATASOURCE_PRIOS_PATH
- See Also:
-
DATASOURCE_MAPPINGS_PATH
- See Also:
-
-
Method Details
-
matchToLocalEntity
-
matchToLocalEntity
-
getPriosFromConfig
-
getKeyMappingsFromConfig
-
getKeyMappingsFromConfigByKeyAndValue
-