All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scala.read.javadate.ssp Maven / Gradle / Ivy

The newest version!
<%@ val renderType: com.foursquare.spindle.codegen.runtime.JavaDateRenderType %>
<%@ 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.spindle.DateFieldHelpers.parseJavaDate("),
      "wrapRight" -> (")" + wrapRight))) %>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy