-
When I started decoupling from Symfony Form and the `EntityType` I switched to primitive types only that would then be used on the `data_class` which is the Command / DTO.
In conlusion my command onl…
-
### Use case
Hi,
My use case is somewhat pretty simple, I'm receiving a DTO object (containing sub-dto objects) from the UI through a PUT rest api, and then I need in the backend to update the e…
-
In issue #18 I identified that there are no optional parameters in the current design of this API
> It's shown on the API documentation page [here](https://api-portal.tfl.gov.uk/api-details#api=Sto…
lmmx updated
2 months ago
-
Hello,
Part of the discussion about [faceted search menu and results page combo](https://github.com/symfony/ux/discussions/2212) (challenge 1), I'm searching to map different url parameters into on…
-
When I upgrade Mapstruct from "1.3.1.Final" to "1.4.2.Final" , I face this error.
`CompanyType does not have an accessible constructor.`
Mapstruct cannot map enum to string in this version of Mapstr…
-
I propose an option for setters to ignore null inputs without throwing an exception.
`@Setter(nullPolicy="ignore")`
It often happens that DB entities need to be updated from sparsely populated DTO…
-
Building the console on master:
```
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ console ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 89 source file…
-
Hello,
so this is a question: I want to write an object with DTO macros because it's clean. But my object is a collection of known fields and unknown ones, like this:
```json
{
"id": "theId",
…
-
Add hibernate-validator for our DTOs and models
Provide the validation for REST API input data using @Validated and @Valid annotations
Create custom ResourceNotFoundException - if the required resou…
-
See #532.
Currently, factories require a `Type` annotation on the target class. This is problematic if a field of that class is typed as an `Input` type. One possible solution here would be to …