public class Stax2JsonFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static XMLStreamReader |
createReader(Reader reader,
JSONConfiguration config,
String rootName) |
static XMLStreamReader |
createReader(Reader reader,
JSONConfiguration config,
String rootName,
boolean readingList) |
static XMLStreamWriter |
createWriter(Writer writer,
JSONConfiguration config) |
static XMLStreamWriter |
createWriter(Writer writer,
JSONConfiguration config,
boolean writingList) |
public static XMLStreamWriter createWriter(Writer writer, JSONConfiguration config) throws IOException
IOExceptionpublic static XMLStreamWriter createWriter(Writer writer, JSONConfiguration config, boolean writingList) throws IOException
IOExceptionpublic static XMLStreamReader createReader(Reader reader, JSONConfiguration config, String rootName) throws XMLStreamException
XMLStreamExceptionpublic static XMLStreamReader createReader(Reader reader, JSONConfiguration config, String rootName, boolean readingList) throws XMLStreamException
XMLStreamExceptionCopyright © 2013 Oracle Corporation. All Rights Reserved.