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

Value Assignment Strategy Resolver #9

Open
4 of 5 tasks
eglauko opened this issue Sep 17, 2022 · 0 comments
Open
4 of 5 tasks

Value Assignment Strategy Resolver #9

eglauko opened this issue Sep 17, 2022 · 0 comments
Labels
In progress Work in progress Task A task to work
Milestone

Comments

@eglauko
Copy link
Member

eglauko commented Sep 17, 2022

Value Assignment Strategy será do tipo discovery.

A implementação terá as seguintes resoluções:

  • Direct
  • Cast (enum)
  • Cast (numbers/primitives)
  • Convert (Nullable/Default)
  • Adapt (Adapt+Map|Adapt|Map)

A estratégia Select terá de ser feita de manualmente, não fará parte do discovery.


Descrição antiga:

Implementar AssignmentStrategyResolver

Este será o primeiro resolver a ser concluído.

Após essa implementação será possível continuar a resolução de parâmetros do construtor, segundo para resolução do construtor e por fim do ativador (construtor escolhido).

@eglauko eglauko added In progress Work in progress Task A task to work labels Sep 17, 2022
@eglauko eglauko added this to the preview 1 milestone Sep 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
In progress Work in progress Task A task to work
Projects
None yet
Development

No branches or pull requests

1 participant