Class LayoutJsonWriter

    • Constructor Detail

      • LayoutJsonWriter

        public LayoutJsonWriter()
    • Method Detail

      • write

        public void write​(Layout entity,
                          com.fasterxml.jackson.core.JsonGenerator jg)
                   throws IOException
        Description copied from class: AbstractJsonWriter
        Implement this method to writes the entity in the provided JsonGenerator.

        This method implementation can use injected properties.

        The JsonGenerator's flushing is done by this abstract class, it's also not not necessary to flush it. Do not close the provided JsonGenerator. It may be used is another marshaller calling this one.

        Specified by:
        write in class AbstractJsonWriter<Layout>
        Parameters:
        entity - The entity to marshall as Json.
        jg - The JsonGenerator used to produce Json output.
        Throws:
        IOException
      • writeLayoutRow

        protected void writeLayoutRow​(LayoutRow layoutRow,
                                      com.fasterxml.jackson.core.JsonGenerator jg)
                               throws IOException
        Throws:
        IOException
      • writeWidget

        protected void writeWidget​(Widget widget,
                                   com.fasterxml.jackson.core.JsonGenerator jg)
                            throws IOException
        Throws:
        IOException