Class RawJsonArray


  • public class RawJsonArray
    extends RenderElement
    Represents a raw JsonArray to include in the data.
    • Constructor Summary

      Constructors 
      Constructor Description
      RawJsonArray​(java.lang.String name, com.google.gson.JsonArray array)
      Element to insert a footnote in a template.
    • Constructor Detail

      • RawJsonArray

        public RawJsonArray​(java.lang.String name,
                            com.google.gson.JsonArray array)
        Element to insert a footnote in a template.
        Parameters:
        name - Name for the tag.
        array - JsonArray containing the data.
    • Method Detail

      • getJsonArray

        public com.google.gson.JsonArray getJsonArray()
      • setJsonArray

        public void setJsonArray​(com.google.gson.JsonArray jsonArray)
      • getJSON

        public com.google.gson.JsonObject getJSON()
        Don't use.
        Specified by:
        getJSON in class RenderElement
        Returns:
        JSONObject with the tags for this element for the Cloud Office Print server.
      • getTemplateTags

        public java.util.Set<java.lang.String> getTemplateTags()
        Don't use.
        Specified by:
        getTemplateTags in class RenderElement
        Returns:
        An immutable set containing all available template tags this element can replace.