public class StoryMapper extends Object
| Constructor and Description |
|---|
StoryMapper() |
| Modifier and Type | Method and Description |
|---|---|
static Date |
stringToDate(String stringDate) |
static es.uvigo.esei.microstories.domain.entities.Story |
toStory(StoryResponseDto dto) |
static StoryResponseDto |
toStoryResponseDto(es.uvigo.esei.microstories.domain.entities.Story story) |
public static es.uvigo.esei.microstories.domain.entities.Story toStory(StoryResponseDto dto) throws ParseException
ParseExceptionpublic static StoryResponseDto toStoryResponseDto(es.uvigo.esei.microstories.domain.entities.Story story)
public static Date stringToDate(String stringDate) throws ParseException
ParseExceptionCopyright © 2025. All rights reserved.