gentics / mesh-incubator

Project which is home for planned enhancements for Gentics Mesh
3 stars 0 forks source link

Java REST Model - Migrate class members #31

Open Jotschi opened 5 years ago

Jotschi commented 5 years ago

Migrate primitive class members to classes. (e.g. int to Integer) to provide nullable fields.

Also make sure that field members have no default values so that the serializer can omit these values and generate a short and clean response. This is especially important when using the fields response filter query parameter.