public class StreamsJsonParser extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_CODEBASES |
static String |
JSON_NAME |
static String |
JSON_STREAMS |
static String |
JSON_UPSTREAM |
static String |
JSON_VALUE_NULL |
| Modifier and Type | Method and Description |
|---|---|
static javax.json.JsonObject |
encode(Collection<Stream> toEncode) |
static Map<String,Stream> |
parse(URL url) |
public static final String JSON_STREAMS
public static final String JSON_UPSTREAM
public static final String JSON_CODEBASES
public static final String JSON_NAME
public static final String JSON_VALUE_NULL
public static Map<String,Stream> parse(URL url) throws NotFoundException
NotFoundExceptionpublic static javax.json.JsonObject encode(Collection<Stream> toEncode)
Copyright © 2020 JBoss by Red Hat. All rights reserved.