-
-
-
다음과 같은 코드를 보자
```Java
UserProduct userProduct = new UserProduct(
request.getOneTakeAmount(),
request.getTotalAmount(),
request.getNotification(),
…
-
### Description
I'm trying to convert type of the object with class transformer, but it's not working. I'm using nestjs and class-transformer 0.4.0
My DTO:
```ts
import { IsNumber } from 'class…
-
Names are actually set by the backend :
https://github.com/fli-iam/shanoir-ng/blob/b3d798cbce60741fd49951015c3568a97e194f64/shanoir-ng-datasets/src/main/java/org/shanoir/ng/datasetacquisition/dto/m…
-
On several of the API's they are no longer working with our system, as it no longer returns the DTO.
Any ideas when this will be updated?
-
can we add a confg like generateDTO for swagger to add api property
```ts
generator zod {
provider = "nestjs-zod-prisma"
output = "./src/zod" // (default) the…
-
When I try to generate DTO I have:
`NoSuchMethodError: com.intellij.psi.PsiManager.getCodeStyleManager()Lcom/intellij/psi/codeStyle/CodeStyleManager;`
-
### Is your feature request related to a problem? Please describe.
Please consider binding and model validation in Blazor with record types. Currently when using the EditForm/EditContext it requi…
-
# Pro Jpa2 : ebook _firstCheck!_ :1:
> [!Note]
>
> Criteria API
---
Code block :
Examples
---
```java
public Stream getGroupMembersStream(RealmModel realm, GroupModel group, String…