Class JsonBlobListRendererLines

  • All Implemented Interfaces:
    BlobListRenderer

    @ComponentProfile(summary="Render a list of RemoteBlob objects as a JSON Array, one line per object",
                      since="3.9.2",
                      tag="cloud,aws,jclouds,blob,lines")
    public class JsonBlobListRendererLines
    extends JsonBlobListRenderer
    Render a list of RemoteBlob as a JSON Array, one object per line.

    In the adapter configuration file this class is aliased as remote-blob-list-as-json-lines which is the preferred alternative to the fully qualified classname when building your configuration.