I have the following attributes in my Filter class:
private LocalDate periodoDe;
private LocalDate periodoAte;
However, the object on which the information is the attribute that will be filtered is LocalDateTime , so in my tests, I do...
asked by
19.09.2018 / 20:09