I am trying with Optionals and I am pretty sure my solution is not good. I put a little sample below.
class Person { String name; // can be null In