| Package | Description |
|---|---|
| org.opencastproject.util |
Utility classes for dealing with media packages, collections, URLs, files, and streams.
|
| Modifier and Type | Field and Description |
|---|---|
static Function<Jsons.Prop,Jsons.Val> |
Jsons.getVal
Get the value from a property.
|
| Modifier and Type | Method and Description |
|---|---|
static Jsons.Prop |
Jsons.p(String key,
Boolean value)
Create a property.
|
static Jsons.Prop |
Jsons.p(String key,
Date value)
Create a property.
|
static Jsons.Prop |
Jsons.p(String key,
Jsons.Val val)
Create a property.
|
static Jsons.Prop |
Jsons.p(String key,
Number value)
Create a property.
|
static Jsons.Prop |
Jsons.p(String key,
Option<Jsons.Val> val)
Create a property.
|
static Jsons.Prop |
Jsons.p(String key,
String value)
Create a property.
|
| Modifier and Type | Method and Description |
|---|---|
List<Jsons.Prop> |
Jsons.Obj.getProps() |
| Modifier and Type | Method and Description |
|---|---|
static Jsons.Obj |
Jsons.obj(Jsons.Prop... ps)
Create an object.
|
Copyright © 2009–2020 Opencast Project. All rights reserved.