@ApplicationScoped public class UserMapperImpl extends Object implements com.dnastack.bob.service.mapper.api.UserMapper
| Constructor and Description |
|---|
UserMapperImpl() |
| Modifier and Type | Method and Description |
|---|---|
Set<com.dnastack.bob.persistence.entity.User> |
mapDtosToEntities(Collection<com.dnastack.bob.service.dto.UserDto> us) |
com.dnastack.bob.service.dto.UserDto |
mapDtoToDto(com.dnastack.bob.service.dto.UserDto u) |
com.dnastack.bob.persistence.entity.User |
mapDtoToEntity(com.dnastack.bob.service.dto.UserDto o) |
Set<com.dnastack.bob.service.dto.UserDto> |
mapEntitiesToDtos(Collection<com.dnastack.bob.persistence.entity.User> us,
boolean showInternal) |
com.dnastack.bob.service.dto.UserDto |
mapEntityToDto(com.dnastack.bob.persistence.entity.User u,
boolean showInternal) |
com.dnastack.bob.persistence.entity.User |
mapEntityToEntity(com.dnastack.bob.persistence.entity.User u) |
public com.dnastack.bob.persistence.entity.User mapDtoToEntity(com.dnastack.bob.service.dto.UserDto o)
mapDtoToEntity in interface com.dnastack.bob.service.mapper.api.Mapper<com.dnastack.bob.persistence.entity.User,com.dnastack.bob.service.dto.UserDto>public com.dnastack.bob.service.dto.UserDto mapEntityToDto(com.dnastack.bob.persistence.entity.User u,
boolean showInternal)
mapEntityToDto in interface com.dnastack.bob.service.mapper.api.Mapper<com.dnastack.bob.persistence.entity.User,com.dnastack.bob.service.dto.UserDto>public com.dnastack.bob.persistence.entity.User mapEntityToEntity(com.dnastack.bob.persistence.entity.User u)
mapEntityToEntity in interface com.dnastack.bob.service.mapper.api.Mapper<com.dnastack.bob.persistence.entity.User,com.dnastack.bob.service.dto.UserDto>public com.dnastack.bob.service.dto.UserDto mapDtoToDto(com.dnastack.bob.service.dto.UserDto u)
mapDtoToDto in interface com.dnastack.bob.service.mapper.api.Mapper<com.dnastack.bob.persistence.entity.User,com.dnastack.bob.service.dto.UserDto>public Set<com.dnastack.bob.service.dto.UserDto> mapEntitiesToDtos(Collection<com.dnastack.bob.persistence.entity.User> us, boolean showInternal)
mapEntitiesToDtos in interface com.dnastack.bob.service.mapper.api.Mapper<com.dnastack.bob.persistence.entity.User,com.dnastack.bob.service.dto.UserDto>public Set<com.dnastack.bob.persistence.entity.User> mapDtosToEntities(Collection<com.dnastack.bob.service.dto.UserDto> us)
mapDtosToEntities in interface com.dnastack.bob.service.mapper.api.Mapper<com.dnastack.bob.persistence.entity.User,com.dnastack.bob.service.dto.UserDto>Copyright © 2016 DNAstack. All rights reserved.