Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

converters z adnotacji @JsonSerializable wewnątrz @Dto jest ignorowane #12

Open
koral-- opened this issue Nov 5, 2024 · 0 comments
Open

Comments

@koral--
Copy link
Member

koral-- commented Nov 5, 2024

Wersja 0.5.0
Przykładowy kod:

@Dto(jsonSerializable: JsonSerializable(
  checked: true,
  converters: [PageConverter()]
))
class PageModel {

Generuje taki kod:

@JsonSerializable(
  anyMap: null,
  checked: true,
  constructor: null,
  createFieldMap: null,
  disallowUnrecognizedKeys: null,
  explicitToJson: null,
  ignoreUnannotated: null,
  includeIfNull: null,
  genericArgumentFactories: null,
  createPerFieldToJson: null,
  createToJson: true,
  createFactory: true,
)
class PageModelDto {

checked przeszło do wygenerowanego kodu, a converters wsiąkło.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant