Class DocString


  • @API(status=STABLE)
    public final class DocString
    extends Object
    A doc string. For example:
     """application/json
     {
       "hello": "world"
     }
     """
     

    A doc string is either empty or contains some content. The content type is an optional description of the content using a media-type.

    A DocString is immutable and thread safe.