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