Implementation & Testing
Frequently used libs
Mocking Snippets
Turning a JSON resource into an object list
libs: Gson, Guava, commons-io
Turning a YAML resource into an object list
lib: jackson-dataformat-yaml, Guava, commons-io
For POJO to work with
ObjectMapper
, either below is needed:A default constructor
Using
@JsonCreator
,@JsonProperty
for constructor and its arguments