securis/src/main/java/net/curisit/securis/db/LicenseType.java
.. .. @@ -52,6 +52,7 @@ 52 52 private String description; 53 53 54 54 @Column(name = "creation_timestamp") 55 + @JsonProperty("creation_timestamp")55 56 private Date creationTimestamp; 56 57 57 58 @JsonIgnore .. .. @@ -70,7 +71,7 @@ 70 71 this.metadata = metadata; 71 72 } 72 73 73 - public int getId() {74 + public Integer getId() {74 75 return id; 75 76 } 76 77