public class SchemaMetadataInfoParser extends Object
| Constructor | Description |
|---|---|
SchemaMetadataInfoParser() |
| Modifier and Type | Method | Description |
|---|---|---|
protected javax.json.JsonReader |
createJsonReader(String rawRequest) |
Create a JSON reader for raw request data.
|
SchemaMetadataInfo |
parse(javax.json.JsonObject schemaMetadataInfoObject) |
Parse a JSON structure into
SchemaMetadataInfo |
protected Map<String,String> |
parseProperties(javax.json.JsonObject jsonSchemaMedadataInfo) |
public SchemaMetadataInfo parse(javax.json.JsonObject schemaMetadataInfoObject)
SchemaMetadataInfoschemaMetadataInfoObject - excerpt from the adapter request containing the schema metadata info as JSON
objectSchemaMetadataInfoprotected javax.json.JsonReader createJsonReader(String rawRequest)
The data stream fed into this reader must be UTF-8 encoded.
rawRequest - raw JSON string representing an adapter request or part thereofCopyright © 2019. All rights reserved.