Jackson

Marshalling – object to Json

Unmarshalling – Json to object

image

image

@Data generates getters setters toString equals hashCode

@RestController – means it will http requests

  1. Jackson – object to json

image

  1. Jackson – json to object

image

3.Renaming JSON properties

image

image

4.Ignore Properties

image

image