| Package | Description |
|---|---|
| org.opencastproject.util |
Utility classes for dealing with media packages, collections, URLs, files, and streams.
|
| Modifier and Type | Field and Description |
|---|---|
static Jsons.Arr |
Jsons.ZERO_ARR
Identity for
arrays. |
| Modifier and Type | Method and Description |
|---|---|
static Jsons.Arr |
Jsons.append(Jsons.Arr... as)
Append a list of arrays into one.
|
Jsons.Arr |
Jsons.Arr.append(Jsons.Arr a) |
static Jsons.Arr |
Jsons.arr(Jsons.Val... vs)
Create an array.
|
static Jsons.Arr |
Jsons.arr(List<Jsons.Val> vs)
Create an array.
|
static Jsons.Arr |
Jsons.arr(Monadics.ListMonadic<Jsons.Val> vs)
Create an array.
|
| Modifier and Type | Method and Description |
|---|---|
static Jsons.Arr |
Jsons.append(Jsons.Arr... as)
Append a list of arrays into one.
|
Jsons.Arr |
Jsons.Arr.append(Jsons.Arr a) |
static String |
Jsons.toJson(Jsons.Arr arr) |
Copyright © 2009–2021 Opencast Project. All rights reserved.