0.2.2 - partial data parsing
dependency version: 0.2.2
- you can now use a class to define a projection using
findAll(...).await().projection(MyPartialClass.class)
- that class can then be instantiated and parsed from partial data using
FoundItem.project(MyPartialClass.class)