public class XmlFactory extends Object implements CharDataConverter<Xml>
| Constructor and Description |
|---|
XmlFactory() |
| Modifier and Type | Method and Description |
|---|---|
Xml |
from(CharSequence payload) |
Xml |
from(InputStream stream) |
Xml |
from(Path path) |
public Xml from(CharSequence payload)
from in interface CharDataConverter<Xml>public Xml from(InputStream stream)
from in interface CharDataConverter<Xml>public Xml from(Path path)
from in interface CharDataConverter<Xml>Copyright © 2016. All rights reserved.