Class MappingsConfiguration

java.lang.Object
org.citrusframework.mvn.plugin.config.dictionary.MappingsConfiguration
All Implemented Interfaces:
Serializable

public class MappingsConfiguration extends Object implements Serializable
Since:
2.7.4
Author:
Christoph Deppisch
See Also:
  • Constructor Details

    • MappingsConfiguration

      public MappingsConfiguration()
  • Method Details

    • getFile

      public String getFile()
      Gets the file.
      Returns:
    • setFile

      public void setFile(String file)
      Sets the file.
      Parameters:
      file -
    • getMappings

      public Map<String,Object> getMappings()
      Gets the mappings.
      Returns:
    • setMappings

      public void setMappings(Map<String,Object> mappings)
      Sets the mappings.
      Parameters:
      mappings -