I am totally new with Java and I would like to convert with py4j the python format
Dict[Tuple[int,str], int]
To java format : Map<Pair<Integer, LocalDate>, Long>
I know how to do with a simple dictionnary with MapConverter but with this specific format it is harder for me