@ApplicationScoped public class ReferenceMapperImpl extends Object implements com.dnastack.bob.service.mapper.api.ReferenceMapper
| Constructor and Description |
|---|
ReferenceMapperImpl() |
| Modifier and Type | Method and Description |
|---|---|
Set<com.dnastack.bob.persistence.enumerated.Reference> |
mapDtosToEntities(Collection<com.dnastack.bob.service.dto.ReferenceDto> rs) |
com.dnastack.bob.service.dto.ReferenceDto |
mapDtoToDto(com.dnastack.bob.service.dto.ReferenceDto e) |
com.dnastack.bob.persistence.enumerated.Reference |
mapDtoToEntity(com.dnastack.bob.service.dto.ReferenceDto r) |
Set<com.dnastack.bob.service.dto.ReferenceDto> |
mapEntitiesToDtos(Collection<com.dnastack.bob.persistence.enumerated.Reference> rs,
boolean showInternal) |
com.dnastack.bob.service.dto.ReferenceDto |
mapEntityToDto(com.dnastack.bob.persistence.enumerated.Reference r,
boolean showInternal) |
com.dnastack.bob.persistence.enumerated.Reference |
mapEntityToEntity(com.dnastack.bob.persistence.enumerated.Reference e) |
public com.dnastack.bob.persistence.enumerated.Reference mapDtoToEntity(com.dnastack.bob.service.dto.ReferenceDto r)
mapDtoToEntity in interface com.dnastack.bob.service.mapper.api.Mapper<com.dnastack.bob.persistence.enumerated.Reference,com.dnastack.bob.service.dto.ReferenceDto>public Set<com.dnastack.bob.persistence.enumerated.Reference> mapDtosToEntities(Collection<com.dnastack.bob.service.dto.ReferenceDto> rs)
mapDtosToEntities in interface com.dnastack.bob.service.mapper.api.Mapper<com.dnastack.bob.persistence.enumerated.Reference,com.dnastack.bob.service.dto.ReferenceDto>public com.dnastack.bob.service.dto.ReferenceDto mapEntityToDto(com.dnastack.bob.persistence.enumerated.Reference r,
boolean showInternal)
mapEntityToDto in interface com.dnastack.bob.service.mapper.api.Mapper<com.dnastack.bob.persistence.enumerated.Reference,com.dnastack.bob.service.dto.ReferenceDto>public com.dnastack.bob.persistence.enumerated.Reference mapEntityToEntity(com.dnastack.bob.persistence.enumerated.Reference e)
mapEntityToEntity in interface com.dnastack.bob.service.mapper.api.Mapper<com.dnastack.bob.persistence.enumerated.Reference,com.dnastack.bob.service.dto.ReferenceDto>public com.dnastack.bob.service.dto.ReferenceDto mapDtoToDto(com.dnastack.bob.service.dto.ReferenceDto e)
mapDtoToDto in interface com.dnastack.bob.service.mapper.api.Mapper<com.dnastack.bob.persistence.enumerated.Reference,com.dnastack.bob.service.dto.ReferenceDto>public Set<com.dnastack.bob.service.dto.ReferenceDto> mapEntitiesToDtos(Collection<com.dnastack.bob.persistence.enumerated.Reference> rs, boolean showInternal)
mapEntitiesToDtos in interface com.dnastack.bob.service.mapper.api.Mapper<com.dnastack.bob.persistence.enumerated.Reference,com.dnastack.bob.service.dto.ReferenceDto>Copyright © 2016 DNAstack. All rights reserved.