Package com.github.mjeanroy.dbunit.yaml
Interface YamlParser
-
- All Superinterfaces:
DatasetParser
- All Known Implementing Classes:
JacksonYamlParser
,SnakeYamlParser
public interface YamlParser extends DatasetParser
Parse YAML file and return DBUnit dataSet asMap
. Each implementation should wrap specific exception to an internalYamlException
(library will catch instance of this exception and re-throw appropriate exception).
-
-
Method Summary
-
Methods inherited from interface com.github.mjeanroy.dbunit.core.parsers.DatasetParser
parse
-
-