Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dto

NestJS and Prisma, do we really need DTOs for validation when we could use Prisma Generated Type?

Mapping Entity-to-DTO (and vice-versa) in Nest.js

nestjs dto

Mapstruct "Can't find related attribute"

ModelMapper mapping the wrong id

java spring dto modelmapper

Keeping models between spring boot and angular application in sync. Alternatives?

How can I use validation groups for DTOs in a NestJS controller?

Modelmapper: Map an element in a list to field in POJO

java mapping dto modelmapper

How to transform api data to DTO (Data Transfer Object) in TypeScript

javascript typescript dto

Map abstract class to DTO with MapStruct

How to Validate Array of Urls using Class-Validator?

Validate nested DTO objects using class validator

NestJS & TypeORM: DTO format in post request

Java jackson how to unwrap a raw value during serialization?

What is the best way of mapping non-null fields between entity and DTO?

java spring-boot jpa mapping dto

Where to bind DTO into domain model

DDD - Update a small detail on an Entity without updating the whole Aggregate Root

How to validate DTO's for a Client Server application

c# web-services validation dto

Is there any option to set Default value using @Value in java spring properties?

java spring default-value dto

How to manually test input validation with NestJS and class-validator

validation testing dto nestjs