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