@ApplicationScoped public class BeaconResponseMapperImpl extends Object implements com.dnastack.bob.service.mapper.api.BeaconResponseMapper
| Constructor and Description |
|---|
BeaconResponseMapperImpl() |
| Modifier and Type | Method and Description |
|---|---|
Set<com.dnastack.bob.persistence.entity.BeaconResponse> |
mapDtosToEntities(Collection<com.dnastack.bob.service.dto.BeaconResponseDto> brs) |
com.dnastack.bob.service.dto.BeaconResponseDto |
mapDtoToDto(com.dnastack.bob.service.dto.BeaconResponseDto br) |
com.dnastack.bob.persistence.entity.BeaconResponse |
mapDtoToEntity(com.dnastack.bob.service.dto.BeaconResponseDto br) |
Set<com.dnastack.bob.service.dto.BeaconResponseDto> |
mapEntitiesToDtos(Collection<com.dnastack.bob.persistence.entity.BeaconResponse> brs,
boolean showInternal) |
com.dnastack.bob.service.dto.BeaconResponseDto |
mapEntityToDto(com.dnastack.bob.persistence.entity.BeaconResponse br,
boolean showInternal) |
com.dnastack.bob.persistence.entity.BeaconResponse |
mapEntityToEntity(com.dnastack.bob.persistence.entity.BeaconResponse br) |
public com.dnastack.bob.service.dto.BeaconResponseDto mapEntityToDto(com.dnastack.bob.persistence.entity.BeaconResponse br,
boolean showInternal)
mapEntityToDto in interface com.dnastack.bob.service.mapper.api.Mapper<com.dnastack.bob.persistence.entity.BeaconResponse,com.dnastack.bob.service.dto.BeaconResponseDto>public com.dnastack.bob.persistence.entity.BeaconResponse mapDtoToEntity(com.dnastack.bob.service.dto.BeaconResponseDto br)
mapDtoToEntity in interface com.dnastack.bob.service.mapper.api.Mapper<com.dnastack.bob.persistence.entity.BeaconResponse,com.dnastack.bob.service.dto.BeaconResponseDto>public com.dnastack.bob.persistence.entity.BeaconResponse mapEntityToEntity(com.dnastack.bob.persistence.entity.BeaconResponse br)
mapEntityToEntity in interface com.dnastack.bob.service.mapper.api.Mapper<com.dnastack.bob.persistence.entity.BeaconResponse,com.dnastack.bob.service.dto.BeaconResponseDto>public com.dnastack.bob.service.dto.BeaconResponseDto mapDtoToDto(com.dnastack.bob.service.dto.BeaconResponseDto br)
mapDtoToDto in interface com.dnastack.bob.service.mapper.api.Mapper<com.dnastack.bob.persistence.entity.BeaconResponse,com.dnastack.bob.service.dto.BeaconResponseDto>public Set<com.dnastack.bob.service.dto.BeaconResponseDto> mapEntitiesToDtos(Collection<com.dnastack.bob.persistence.entity.BeaconResponse> brs, boolean showInternal)
mapEntitiesToDtos in interface com.dnastack.bob.service.mapper.api.Mapper<com.dnastack.bob.persistence.entity.BeaconResponse,com.dnastack.bob.service.dto.BeaconResponseDto>public Set<com.dnastack.bob.persistence.entity.BeaconResponse> mapDtosToEntities(Collection<com.dnastack.bob.service.dto.BeaconResponseDto> brs)
mapDtosToEntities in interface com.dnastack.bob.service.mapper.api.Mapper<com.dnastack.bob.persistence.entity.BeaconResponse,com.dnastack.bob.service.dto.BeaconResponseDto>Copyright © 2016 DNAstack. All rights reserved.