I am using java.time.LocalDate (Java 8) to represent some of the member fields in a Java class.
class Test{ private LocalDate startDate; private Local
You should just define the entire class name:
resultType="java.time.LocalDate"