Skip to content

Instantly share code, notes, and snippets.

@andersonkxiass
Last active September 18, 2017 13:00
Show Gist options
  • Select an option

  • Save andersonkxiass/d9c2ffd26f9d69618f98e58c83fd6355 to your computer and use it in GitHub Desktop.

Select an option

Save andersonkxiass/d9c2ffd26f9d69618f98e58c83fd6355 to your computer and use it in GitHub Desktop.
@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