Class StreamComponentJsonParser
- java.lang.Object
-
- org.jboss.set.aphrodite.stream.services.json.StreamComponentJsonParser
-
public class StreamComponentJsonParser extends Object
Simple parser to compartmentalize all those nasty operations.- Author:
- baranowb
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_CODEBASEstatic StringJSON_COMMENTstatic StringJSON_CONTACTSstatic StringJSON_GAVstatic StringJSON_NAMEstatic StringJSON_REPOSITORY_TYPEstatic StringJSON_REPOSITORY_URLstatic StringJSON_TAGstatic StringJSON_VERSION
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static javax.json.JsonObjectencodeStreamComponent(org.jboss.set.aphrodite.domain.StreamComponent c)static org.jboss.set.aphrodite.domain.StreamComponentparse(javax.json.JsonObject json)
-
-
-
Field Detail
-
JSON_NAME
public static final String JSON_NAME
- See Also:
- Constant Field Values
-
JSON_CONTACTS
public static final String JSON_CONTACTS
- See Also:
- Constant Field Values
-
JSON_REPOSITORY_TYPE
public static final String JSON_REPOSITORY_TYPE
- See Also:
- Constant Field Values
-
JSON_REPOSITORY_URL
public static final String JSON_REPOSITORY_URL
- See Also:
- Constant Field Values
-
JSON_CODEBASE
public static final String JSON_CODEBASE
- See Also:
- Constant Field Values
-
JSON_TAG
public static final String JSON_TAG
- See Also:
- Constant Field Values
-
JSON_VERSION
public static final String JSON_VERSION
- See Also:
- Constant Field Values
-
JSON_GAV
public static final String JSON_GAV
- See Also:
- Constant Field Values
-
JSON_COMMENT
public static final String JSON_COMMENT
- See Also:
- Constant Field Values
-
-