Package com.github.mjeanroy.dbunit.json
Interface JsonParser
-
- All Superinterfaces:
DatasetParser
- All Known Implementing Classes:
AbstractJsonParser
,AbstractYamlParser
,JacksonYamlParser
,SnakeYamlParser
public interface JsonParser extends DatasetParser
Parse JSON file and return DBUnit dataSet asMap
. Each implementation should wrap specific exception to an internalJsonException
(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
-
-