Class RoleConverter
java.lang.Object
hu.rts.mike.example.dev.crm.model.converter.RoleConverter
- All Implemented Interfaces:
DtoConverter<Role,RoleListDto>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.modelmapper.TypeMap<RoleListDto,Role> toEntityMapper(org.modelmapper.ModelMapper mapper) org.modelmapper.TypeMap<Role,RoleListDto> toResponseMapper(org.modelmapper.ModelMapper mapper)
-
Constructor Details
-
RoleConverter
public RoleConverter()
-
-
Method Details
-
toResponseMapper
public org.modelmapper.TypeMap<Role,RoleListDto> toResponseMapper(org.modelmapper.ModelMapper mapper) - Specified by:
toResponseMapperin interfaceDtoConverter<Role,RoleListDto>
-
toEntityMapper
- Specified by:
toEntityMapperin interfaceDtoConverter<Role,RoleListDto>
-