@groovy.transform.CompileStatic trait LocalDateTimeConverter
A trait to convert a java.time.LocalDateTime to and from a long
java.lang.Long
convert(java.time.LocalDateTime value)
java.time.LocalDateTime
convert(java.lang.Long value)