-
I have a DTO folder with some 150+ files, annotating all of them is fine, it gives the generator clarity in how it should do this, but having to then go and explicitly include each and every one of th…
-
Hi there,
I'm using the module (version 0.2.6) in combination with the openapi-generator plugin.
However I seem to have problems to map json responses from the called system (via restTemplate), …
-
New Solidity functionalities enable smart contracts to return arrays as output parameters. However, Nethereum is currently reading only simple outputs; i.e. string, uint256, etc.
## Expected Behavi…
-
**Describe the bug**
If some return DTO is having nested object, generator expects response to send empty dictionary instead None. As an example consider api v1/car returns details about car
spec f…
-
I have the following warning during project compilation:
`warning: The following options were not recognized by any processor: '[mapstruct.unmappedTargetPolicy, mapstruct.defaultComponentModel]'`
…
-
### Description
For classes that derive a DTO through the provided `SQLAlchemyDTO` from `BigIntBase` or `BigIntAuditBase,` an error is thrown.
### URL to code causing the issue
_No response_…
-
I noticed that all my type annotations had been spoilt with `Reference`, which kept letting the serialiser 'fall back' to assigning everything as `Dict[str,str]` (the weakest possible typing for JSON)…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
##### **Overview of the feature request**
Something like that would be interesting:
entity Object {
 density Double required
 volume Double required
 mass Double readonly as de…
-
https://github.com/spring-projects/spring-framework/issues/28530
This issue has been marked as resolved in spring-framework,
But using springboot will still result in。
```
public class TestDTO …