Skip to content

Instantly share code, notes, and snippets.

@mvberg
Created April 10, 2018 21:42
Show Gist options
  • Save mvberg/94ff49bd899fd970ed724508b9888cc7 to your computer and use it in GitHub Desktop.
Save mvberg/94ff49bd899fd970ed724508b9888cc7 to your computer and use it in GitHub Desktop.
get non mapped field
CorporateAction action = actions.all().get(1);
Object startDate = action.getAdditionalProperties().get("startDate")
Object endDate = action.getAdditionalProperties().get("endDate")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment