public class JsonBeanGenerator extends Object
| Constructor and Description |
|---|
JsonBeanGenerator(String packageName,
String comment,
boolean isBuilderBeanPatternEnabled) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(InputStream inputStream,
String name) |
void |
generate(File targetFolder) |
void |
generate(OutputStream ouputStream) |
public void add(InputStream inputStream, String name) throws CreationException, IOException, JssdParserException
public void generate(OutputStream ouputStream) throws IOException
IOExceptionpublic void generate(File targetFolder) throws IOException
IOExceptionCopyright © 2007–2018 Andreas W. Bartels. All rights reserved.