public class WizardHelper extends Object
| Constructor and Description |
|---|
WizardHelper() |
| 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 Wizard |
fromXml(InputStream in) |
static Wizard |
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 Wizard fromXml(InputStream in) throws IOException
IOExceptionpublic static Wizard fromXml(String xml) throws IOException
IOExceptionCopyright © 2022 Unidal Organization. All rights reserved.