mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 16:35:45 +01:00
Do not render empty attributes
This commit is contained in:
@@ -17,10 +17,12 @@ public class FileObjectDto extends HalRepresentation {
|
|||||||
private String name;
|
private String name;
|
||||||
private String path;
|
private String path;
|
||||||
private boolean directory;
|
private boolean directory;
|
||||||
|
@JsonInclude(JsonInclude.Include.NON_EMPTY)
|
||||||
private String description;
|
private String description;
|
||||||
private long length;
|
private long length;
|
||||||
@JsonInclude(JsonInclude.Include.NON_EMPTY)
|
@JsonInclude(JsonInclude.Include.NON_EMPTY)
|
||||||
private Instant lastModified;
|
private Instant lastModified;
|
||||||
|
@JsonInclude(JsonInclude.Include.NON_EMPTY)
|
||||||
private SubRepositoryDto subRepository;
|
private SubRepositoryDto subRepository;
|
||||||
@JsonInclude(JsonInclude.Include.NON_EMPTY)
|
@JsonInclude(JsonInclude.Include.NON_EMPTY)
|
||||||
private String revision;
|
private String revision;
|
||||||
|
|||||||
Reference in New Issue
Block a user