Last active
September 18, 2017 13:00
-
-
Save andersonkxiass/d9c2ffd26f9d69618f98e58c83fd6355 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @JsonDeserialize(using = TaskDeserializer.class) | |
| public class TaskWrapper { | |
| @JsonProperty("tasks") | |
| private List<Task> tasks; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment