eed3si9n / scalaxb

scalaxb is an XML data binding tool for Scala.

Home Page:http://scalaxb.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve Lenses generation for Option elements

deenar opened this issue · comments

Currently, lenses generated can be composed as long as there are no optional, List or Map fields in the path to a deeply nested element. This enhancement request is to improve Lenses generation to handle these cases too.