| Package | Description |
|---|---|
| com.alee.utils |
This package contains various utility and utility-related classes provided by 'core' module.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
XmlUtils.fromXML(InputStream input,
XStreamContext context)
Returns Object deserialized from XML content.
|
static <T> T |
XmlUtils.fromXML(Reader reader,
XStreamContext context)
Returns Object deserialized from XML content.
|
static <T> T |
XmlUtils.fromXML(Resource resource,
XStreamContext context)
Returns Object deserialized from XML text.
|
static <T> T |
XmlUtils.fromXML(String xml,
XStreamContext context)
Returns Object deserialized from XML content.
|
Copyright © 2020. All rights reserved.