public class Stax2JsonFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static XMLStreamReader |
createReader(Reader reader,
JSONConfiguration config,
String rootName,
Class<?> expectedType,
JAXBContext jaxbContext) |
static XMLStreamReader |
createReader(Reader reader,
JSONConfiguration config,
String rootName,
Class<?> expectedType,
JAXBContext jaxbContext,
boolean readingList) |
static XMLStreamWriter |
createWriter(Writer writer,
JSONConfiguration config,
Class<?> expectedType,
JAXBContext jaxbContext) |
static XMLStreamWriter |
createWriter(Writer writer,
JSONConfiguration config,
Class<?> expectedType,
JAXBContext jaxbContext,
boolean writingList) |
public static XMLStreamWriter createWriter(Writer writer, JSONConfiguration config, Class<?> expectedType, JAXBContext jaxbContext) throws IOException
IOExceptionpublic static XMLStreamWriter createWriter(Writer writer, JSONConfiguration config, Class<?> expectedType, JAXBContext jaxbContext, boolean writingList) throws IOException
IOExceptionpublic static XMLStreamReader createReader(Reader reader, JSONConfiguration config, String rootName, Class<?> expectedType, JAXBContext jaxbContext) throws XMLStreamException
XMLStreamExceptionpublic static XMLStreamReader createReader(Reader reader, JSONConfiguration config, String rootName, Class<?> expectedType, JAXBContext jaxbContext, boolean readingList) throws XMLStreamException
XMLStreamExceptionCopyright © 2022. All rights reserved.