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
IOException
public static XMLStreamWriter createWriter(Writer writer, JSONConfiguration config, boolean writingList) throws IOException
IOException
public static XMLStreamReader createReader(Reader reader, JSONConfiguration config, String rootName) throws XMLStreamException
XMLStreamException
public static XMLStreamReader createReader(Reader reader, JSONConfiguration config, String rootName, boolean readingList) throws XMLStreamException
XMLStreamException
Copyright © 2013 Oracle Corporation. All Rights Reserved.