public class RestxJsonSupport extends Object implements RestxBuild.Parser, RestxBuild.Generator
| Constructor and Description |
|---|
RestxJsonSupport() |
| Modifier and Type | Method and Description |
|---|---|
void |
generate(ModuleDescriptor md,
Writer w) |
String |
getDefaultFileName() |
ModuleDescriptor |
parse(InputStream inputStream) |
ModuleDescriptor |
parse(java.nio.file.Path path) |
public void generate(ModuleDescriptor md, Writer w) throws IOException
generate in interface RestxBuild.GeneratorIOExceptionpublic ModuleDescriptor parse(InputStream inputStream) throws IOException
parse in interface RestxBuild.ParserIOExceptionpublic ModuleDescriptor parse(java.nio.file.Path path) throws IOException
parse in interface RestxBuild.ParserIOExceptionpublic String getDefaultFileName()
getDefaultFileName in interface RestxBuild.GeneratorCopyright © 2014. All Rights Reserved.