Mark Paluch

Results 497 issues of Mark Paluch

Add tests for Vavr and Eclipse collections.

type: enhancement
theme: aot

We now support type-safe property paths and property references: Java variants: ```java PropertyPath.from("name", Person.class) // existing String-based API PropertyPath.of(Person::getName) // type-safe property reference expression PropertyPath.from("address.country", Person.class) // existing nested path...

type: enhancement