cashapp / InflationInject

Constructor-inject views during XML layout inflation
Apache License 2.0
904 stars 55 forks source link

Inflation inject should handle parameterized types #64

Open JakeWharton opened 6 years ago

JakeWharton commented 6 years ago

These cannot be specified in XML so they won't match.

We should add integration tests for this.

JakeWharton commented 6 years ago

This also affects nested types.

JakeWharton commented 6 years ago

The key issue was fixed, but codegen for parameterized types is still broken.

emartynov commented 5 years ago

Jake, can you explain more issue? Doesn't mean that class with generics will have problems with code generation?