Package | Description |
---|---|
io.github.jhipster.sample.service.mapper |
MapStruct mappers for mapping domain objects and Data Transfer Objects.
|
io.github.jhipster.sample.web.rest |
Spring MVC REST controllers.
|
Modifier and Type | Method and Description |
---|---|
EntityWithDTODTO |
EntityWithDTOMapperImpl.toDto(EntityWithDTO entity) |
Modifier and Type | Method and Description |
---|---|
java.util.List<EntityWithDTODTO> |
EntityWithDTOMapperImpl.toDto(java.util.List<EntityWithDTO> entityList) |
Modifier and Type | Method and Description |
---|---|
EntityWithDTO |
EntityWithDTOMapperImpl.toEntity(EntityWithDTODTO dto) |
Modifier and Type | Method and Description |
---|---|
java.util.List<EntityWithDTO> |
EntityWithDTOMapperImpl.toEntity(java.util.List<EntityWithDTODTO> dtoList) |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<EntityWithDTODTO> |
EntityWithDTOResource.createEntityWithDTO(EntityWithDTODTO entityWithDTODTO)
POST /entity-with-dtos : Create a new entityWithDTO.
|
java.util.List<EntityWithDTODTO> |
EntityWithDTOResource.getAllEntityWithDTOS()
GET /entity-with-dtos : get all the entityWithDTOS.
|
org.springframework.http.ResponseEntity<EntityWithDTODTO> |
EntityWithDTOResource.getEntityWithDTO(java.lang.Long id)
GET /entity-with-dtos/:id : get the "id" entityWithDTO.
|
org.springframework.http.ResponseEntity<EntityWithDTODTO> |
EntityWithDTOResource.updateEntityWithDTO(EntityWithDTODTO entityWithDTODTO)
PUT /entity-with-dtos : Updates an existing entityWithDTO.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<EntityWithDTODTO> |
EntityWithDTOResource.createEntityWithDTO(EntityWithDTODTO entityWithDTODTO)
POST /entity-with-dtos : Create a new entityWithDTO.
|
org.springframework.http.ResponseEntity<EntityWithDTODTO> |
EntityWithDTOResource.updateEntityWithDTO(EntityWithDTODTO entityWithDTODTO)
PUT /entity-with-dtos : Updates an existing entityWithDTO.
|
Copyright © 2017 Osgiliath. All rights reserved.