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