@ApplicationScoped public class RuntimeModelParserImpl extends Object implements RuntimeModelParser
| Constructor and Description |
|---|
RuntimeModelParserImpl() |
| Modifier and Type | Method and Description |
|---|---|
RuntimeModel |
parse(String modelId,
InputStream is)
Parse the given input stream into a RuntimeModel.
|
public RuntimeModel parse(String modelId, InputStream is)
RuntimeModelParserparse in interface RuntimeModelParseris - The input stream with runtime model binary content to be parsed.Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.