Interface BadgeMapper
public interface BadgeMapper
Mapper interface for converting back and forth from the Badge entity to its DTO's in addition to cascading updates from dto's onto the entity object
from a DTO to the entity.
- Since:
- 20.4.24
- Version:
- 1.0
- Author:
- Yasin M.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BadgeMapper
Implementation instance of the interface -
Method Summary
-
Field Details
-
INSTANCE
Implementation instance of the interface
-
-
Method Details
-
toDTO
Converts badge entity to a dto- Parameters:
badge
- Badge entity- Returns:
- Badge entity
-