public class StaxUtil extends Object
Constructor | Description |
---|---|
StaxUtil() |
Modifier and Type | Method | Description |
---|---|---|
static String |
sanitizeXmlTypeName(String name) |
Since XML names can not contain all characters JSON names can, we may
need to replace characters.
|
static <T> T |
throwAsGenerationException(XMLStreamException e,
com.fasterxml.jackson.core.JsonGenerator g) |
|
static <T> T |
throwAsParseException(XMLStreamException e,
com.fasterxml.jackson.core.JsonParser p) |
|
static <T> T |
throwXmlAsIOException(XMLStreamException e) |
Deprecated.
Since 2.9
|
@Deprecated public static <T> T throwXmlAsIOException(XMLStreamException e) throws IOException
XMLStreamException
was caught.
Note: dummy type variable is used for convenience, to allow caller to claim that this method returns result of any necessary type.
IOException
public static <T> T throwAsParseException(XMLStreamException e, com.fasterxml.jackson.core.JsonParser p) throws IOException
IOException
public static <T> T throwAsGenerationException(XMLStreamException e, com.fasterxml.jackson.core.JsonGenerator g) throws IOException
IOException
Copyright © 2018. All rights reserved.