public class MappingRuleCreator extends Object
Constructor and Description |
---|
MappingRuleCreator() |
Modifier and Type | Method and Description |
---|---|
List<MappingRule> |
getMappingRulesFromFile(String jsonPath) |
MappingRulesDescription |
getMappingRulesFromJsonFile(String filePath) |
List<MappingRule> |
getMappingRulesFromString(String json) |
public MappingRulesDescription getMappingRulesFromJsonFile(String filePath) throws IOException
IOException
public List<MappingRule> getMappingRulesFromFile(String jsonPath) throws IOException
IOException
public List<MappingRule> getMappingRulesFromString(String json) throws IOException
IOException
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.