public class CodegenModelHelper extends Object
| Constructor and Description |
|---|
CodegenModelHelper() |
| Modifier and Type | Method and Description |
|---|---|
static String |
asXml(IEntity<?> entity) |
static <T extends IEntity<T>> |
fromXml(Class<T> entityType,
InputStream in) |
static <T extends IEntity<T>> |
fromXml(Class<T> entityType,
String xml) |
static CodegenModel |
fromXml(InputStream in) |
static CodegenModel |
fromXml(String xml) |
public static <T extends IEntity<T>> T fromXml(Class<T> entityType, InputStream in) throws IOException
IOExceptionpublic static <T extends IEntity<T>> T fromXml(Class<T> entityType, String xml) throws IOException
IOExceptionpublic static CodegenModel fromXml(InputStream in) throws IOException
IOExceptionpublic static CodegenModel fromXml(String xml) throws IOException
IOExceptionCopyright © 2022 Unidal Organization. All rights reserved.