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 |
---|---|
FieldTestMapstructEntityDTO |
FieldTestMapstructEntityMapperImpl.toDto(FieldTestMapstructEntity entity) |
Modifier and Type | Method and Description |
---|---|
java.util.List<FieldTestMapstructEntityDTO> |
FieldTestMapstructEntityMapperImpl.toDto(java.util.List<FieldTestMapstructEntity> entityList) |
Modifier and Type | Method and Description |
---|---|
FieldTestMapstructEntity |
FieldTestMapstructEntityMapperImpl.toEntity(FieldTestMapstructEntityDTO dto) |
Modifier and Type | Method and Description |
---|---|
java.util.List<FieldTestMapstructEntity> |
FieldTestMapstructEntityMapperImpl.toEntity(java.util.List<FieldTestMapstructEntityDTO> dtoList) |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<FieldTestMapstructEntityDTO> |
FieldTestMapstructEntityResource.createFieldTestMapstructEntity(FieldTestMapstructEntityDTO fieldTestMapstructEntityDTO)
POST /field-test-mapstruct-entities : Create a new fieldTestMapstructEntity.
|
java.util.List<FieldTestMapstructEntityDTO> |
FieldTestMapstructEntityResource.getAllFieldTestMapstructEntities()
GET /field-test-mapstruct-entities : get all the fieldTestMapstructEntities.
|
org.springframework.http.ResponseEntity<FieldTestMapstructEntityDTO> |
FieldTestMapstructEntityResource.getFieldTestMapstructEntity(java.lang.Long id)
GET /field-test-mapstruct-entities/:id : get the "id" fieldTestMapstructEntity.
|
org.springframework.http.ResponseEntity<FieldTestMapstructEntityDTO> |
FieldTestMapstructEntityResource.updateFieldTestMapstructEntity(FieldTestMapstructEntityDTO fieldTestMapstructEntityDTO)
PUT /field-test-mapstruct-entities : Updates an existing fieldTestMapstructEntity.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<FieldTestMapstructEntityDTO> |
FieldTestMapstructEntityResource.createFieldTestMapstructEntity(FieldTestMapstructEntityDTO fieldTestMapstructEntityDTO)
POST /field-test-mapstruct-entities : Create a new fieldTestMapstructEntity.
|
org.springframework.http.ResponseEntity<FieldTestMapstructEntityDTO> |
FieldTestMapstructEntityResource.updateFieldTestMapstructEntity(FieldTestMapstructEntityDTO fieldTestMapstructEntityDTO)
PUT /field-test-mapstruct-entities : Updates an existing fieldTestMapstructEntity.
|
Copyright © 2017 Osgiliath. All rights reserved.