Package vaultWeb.dtos

Class GroupResponseDto

java.lang.Object
vaultWeb.dtos.GroupResponseDto

public class GroupResponseDto extends Object
Response representation of a Group. Unlike the JPA entity, this DTO only exposes fields that are safe to send to clients, so member User entities (which carry the password hash) are never serialized directly.
  • Constructor Details

    • GroupResponseDto

      public GroupResponseDto()
  • Method Details