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

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

The newest version!
<%@ val renderType: com.foursquare.spindle.codegen.runtime.MessageSetRenderType %>
<%@ val lhs: String %>
<%@ val indent: String %>
<%@ val wrapLeft: String = "" %>
<%@ val wrapRight: String = "" %>
<% import renderType.ref %>
<% render("../" + ref.fieldReadTemplate,
    Map(
      "renderType" -> renderType.ref,
      "lhs" -> lhs,
      "indent" -> indent,
      "wrapLeft" -> ("com.foursquare.common.types.MessageSet(" + wrapLeft),
      "wrapRight" -> (wrapRight + ")"))) %>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy