public class StreamComponentJsonParser extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_CODEBASE |
static String |
JSON_COMMENT |
static String |
JSON_CONTACTS |
static String |
JSON_GAV |
static String |
JSON_NAME |
static String |
JSON_REPOSITORY_TYPE |
static String |
JSON_REPOSITORY_URL |
static String |
JSON_TAG |
static String |
JSON_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static javax.json.JsonObject |
encodeStreamComponent(StreamComponent c) |
static StreamComponent |
parse(javax.json.JsonObject json) |
public static final String JSON_NAME
public static final String JSON_CONTACTS
public static final String JSON_REPOSITORY_TYPE
public static final String JSON_REPOSITORY_URL
public static final String JSON_CODEBASE
public static final String JSON_TAG
public static final String JSON_VERSION
public static final String JSON_GAV
public static final String JSON_COMMENT
public static StreamComponent parse(javax.json.JsonObject json)
public static javax.json.JsonObject encodeStreamComponent(StreamComponent c)
Copyright © 2018 JBoss by Red Hat. All rights reserved.