| 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.Obj |
Jsons.ZERO_OBJ
Identity for
objects. |
| Modifier and Type | Field and Description |
|---|---|
static Function<Jsons.Obj,String> |
Jsons.toJson
Jsons.toJson(org.opencastproject.util.Jsons.Obj) as a function. |
| Modifier and Type | Method and Description |
|---|---|
static Jsons.Obj |
Jsons.append(Jsons.Obj... os)
Merge a list of objects into one (last one wins).
|
Jsons.Obj |
Jsons.Obj.append(Jsons.Obj o) |
static Jsons.Obj |
Jsons.obj(Jsons.Prop... ps)
Create an object.
|
| Modifier and Type | Method and Description |
|---|---|
static Jsons.Obj |
Jsons.append(Jsons.Obj... os)
Merge a list of objects into one (last one wins).
|
Jsons.Obj |
Jsons.Obj.append(Jsons.Obj o) |
static javax.ws.rs.core.Response |
RestUtil.R.ok(Jsons.Obj json) |
static String |
Jsons.toJson(Jsons.Obj obj) |
Copyright © 2009–2020 Opencast Project. All rights reserved.