Interface | Description |
---|---|
JsonParser |
Parse JSON file and return DBUnit dataSet as
Map . |
Class | Description |
---|---|
AbstractJsonParser |
Abstract implementation of
JsonParser that create Reader from
given Resource and execute AbstractJsonParser.doParse(Reader) . |
GsonParser |
Json Parser using Google
Gson as internal implementation. |
Jackson1Parser |
Json Parser using Jackson (V2)
ObjectMapper as internal implementation. |
Jackson2Parser |
Json Parser using Jackson (V2)
ObjectMapper as internal implementation. |
JsonParserFactory |
The goal of this factory is to create default instances of
JsonParser . |
Copyright © 2017. All rights reserved.