Class and Description |
---|
com.fasterxml.jackson.dataformat.xml.jaxb.XmlJaxbAnnotationIntrospector
Since 2.12 (as per above notes)
|
Method and Description |
---|
com.fasterxml.jackson.dataformat.xml.deser.FromXmlParser.addVirtualWrapping(Set<String>) |
com.fasterxml.jackson.dataformat.xml.XmlMapper.setDefaultUseWrapper(boolean)
Since 2.10 use
XmlMapper.Builder.defaultUseWrapper(boolean) instead |
com.fasterxml.jackson.dataformat.xml.XmlFactory.setXMLInputFactory(XMLInputFactory)
Since 2.12 -- should be set as part of build process
(either in builder, or constructor)
|
com.fasterxml.jackson.dataformat.xml.XmlFactory.setXMLOutputFactory(XMLOutputFactory)
Since 2.12 -- should be set as part of build process
(either in builder, or constructor)
|
com.fasterxml.jackson.dataformat.xml.XmlMapper.setXMLTextElementName(String)
Since 2.10 use
XmlMapper.Builder.nameForTextElement(String) instead |
com.fasterxml.jackson.dataformat.xml.util.StaxUtil.throwXmlAsIOException(XMLStreamException)
Since 2.9
|
Constructor and Description |
---|
com.fasterxml.jackson.dataformat.xml.jaxb.XmlJaxbAnnotationIntrospector() |
Copyright © 2020 FasterXML. All rights reserved.