Skip to content

0.2.2 - partial data parsing

Compare
Choose a tag to compare
@orbyfied orbyfied released this 09 Dec 15:32
· 81 commits to master since this release

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)