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

Array of Aggregate is not a valid tuple member #103

Open
Sherpard opened this issue Mar 21, 2019 · 0 comments
Open

Array of Aggregate is not a valid tuple member #103

Sherpard opened this issue Mar 21, 2019 · 0 comments
Assignees
Labels

Comments

@Sherpard
Copy link
Member

FluentAssembler struggles with Tuples when one of the members of the tuple is an Array.

When a tuple that has at least one variable length aggregate collection, (EX: A BookAggregate with all it's Sheets)

Right now, to go trough an assembler with such parameters, the only way to do is injecting the assembler. trying to do the same trough FluentAssembler throws an exception that's generated on Guice.

Due to Java Erasure, Generics are not an option, as FluentAssember cannot locate an assembler annotated with types.

I've uploaded to my fork a couple of IT's to test this behaviour

Sherpard@0da3866

@adrienlauer adrienlauer self-assigned this Jun 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants