Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add subtypes of Property on @JsonSubTypes #160

Open
arnaugarcia opened this issue Apr 9, 2018 · 0 comments
Open

Add subtypes of Property on @JsonSubTypes #160

arnaugarcia opened this issue Apr 9, 2018 · 0 comments
Assignees
Projects

Comments

@arnaugarcia
Copy link
Member

arnaugarcia commented Apr 9, 2018

Add Flats, Pubs, Bars etc... On JsonSubTypes Ex:

@JsonSubTypes.Type(value = Apartment.class, name = "Flat")
@JsonSubTypes.Type(value = Apartment.class, name = "Houses")
@JsonSubTypes.Type(value = Apartment.class, name = "Rurals")

@arnaugarcia arnaugarcia added this to To do in Uplace via automation Apr 9, 2018
@arnaugarcia arnaugarcia self-assigned this Apr 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Uplace
  
To do
Development

No branches or pull requests

1 participant