Skip to content

Array of Aggregate is not a valid tuple member #103

@Sherpard

Description

@Sherpard

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions