Interface JwtDTOMapper
public interface JwtDTOMapper
A mapper interface for converting between
Jwt
domain model and its corresponding DTOs. Uses MapStruct for automatic mapping.-
Method Summary
-
Method Details
-
toJwtResponse
Converts aJwt
entity to aJwtResponse
.- Parameters:
jwt
- the jwt model to convert- Returns:
- the corresponding
JwtResponse
DTO
-