SuppressWarnings

This commit is contained in:
Mohamed Karray
2018-09-20 17:06:34 +02:00
parent 484d5c68c8
commit 8b11263d47
2 changed files with 3 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ public class UserDto extends HalRepresentation {
private String mail;
@Pattern(regexp = "^[A-z0-9\\.\\-_@]|[^ ]([A-z0-9\\.\\-_@ ]*[A-z0-9\\.\\-_@]|[^ ])?$")
private String name;
@JsonInclude(JsonInclude.Include.NON_NULL)
private String password;
private String type;
private Map<String, String> properties;