scala.read.datetime.ssp Maven / Gradle / Ivy
The newest version!
<%@ val renderType: com.foursquare.spindle.codegen.runtime.DateTimeRenderType %>
<%@ val lhs: String %>
<%@ val indent: String %>
<%@ val wrapLeft: String = "" %>
<%@ val wrapRight: String = "" %>
<% render("../" + renderType.ref.fieldReadTemplate,
Map(
"renderType" -> renderType.ref,
"lhs" -> lhs,
"indent" -> indent,
"wrapLeft" -> (wrapLeft + "com.foursquare.common.thrift.base.ThriftDateTimeHelper.read(iprot, "),
"wrapRight" -> (")" + wrapRight))) %>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy