Package | Description |
---|---|
org.elkoserver.foundation.server.metadata |
Metadata objects used in the management of Elko servers and communicated
between them.
|
org.elkoserver.json |
Utilities for working with JSON (JavaScript Object Notation) objects.
|
Modifier and Type | Method and Description |
---|---|
static JSONLiteralArray |
ServiceDesc.encodeArray(Iterable<ServiceDesc> services)
Generate a JSONLiteralArray of ServiceDesc objects from a sequence of
them.
|
JSONLiteralArray |
ServiceDesc.encodeAsArray()
Encode this descriptor as a single-element JSONLiteralArray.
|
JSONLiteralArray |
LoadDesc.encodeAsArray()
Encode this descriptor as a single-element JSONLiteralArray.
|
Modifier and Type | Method and Description |
---|---|
JSONLiteralArray |
JSONArray.literal(EncodeControl control)
Convert this JSONArray into a JSONLiteralArray.
|
Modifier and Type | Method and Description |
---|---|
void |
JSONLiteral.addParameter(String param,
JSONLiteralArray value)
Add an array literal parameter to an incomplete literal.
|
void |
JSONLiteral.addParameterOpt(String param,
JSONLiteralArray value)
Add an optional array literal parameter to an incomplete literal.
|
void |
JSONLiteral.addParameterRef(String param,
JSONLiteralArray value)
Add a dereferenceable array literal parameter to an incomplete literal.
|
Copyright © 2017. All rights reserved.