Uses of Package
com.example.springrest.dto
Packages that use com.example.springrest.dto
Package
Description
REST controllers that define the public API of the application.
Provides MapStruct-based mappers for converting between
domain entities and Data Transfer Objects (DTOs).
-
Classes in com.example.springrest.dto used by com.example.springrest.controllersClassDescriptionRequest DTO used to create or update a
Product
.Response DTO returned to clients forProduct
resources. -
Classes in com.example.springrest.dto used by com.example.springrest.mappersClassDescriptionRequest DTO used to create or update a
Product
.Response DTO returned to clients forProduct
resources.