Skip to content

Instantly share code, notes, and snippets.

@oliviagallucci
Last active May 2, 2022 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oliviagallucci/7f783a78b37235f41b15abaa91f711e4 to your computer and use it in GitHub Desktop.
Save oliviagallucci/7f783a78b37235f41b15abaa91f711e4 to your computer and use it in GitHub Desktop.
readingroom_property_example
@JsonProperty("LastName")
private String lastname;
@JsonProperty("FirstName")
private String firstname;
@JsonProperty("PhoneNumber")
private String phonenumber;
@JsonProperty("Username")
private String username;
@JsonProperty("Password")
private String password;
@JsonProperty("Role")
private int role; // user: 1, guest: 2, admin: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment