Class and Description |
---|
com.fasterxml.jackson.dataformat.xml.jaxb.XmlJaxbAnnotationIntrospector
Since 2.12 (as per above notes): broken since 2.13
|
Method and Description |
---|
com.fasterxml.jackson.dataformat.xml.XmlFactoryBuilder.inputFactory(XMLInputFactory)
Since 2.13 use
XmlFactoryBuilder.xmlInputFactory() instead |
com.fasterxml.jackson.dataformat.xml.XmlFactoryBuilder.outputFactory(XMLOutputFactory)
Since 2.13 use
XmlFactoryBuilder.xmlOutputFactory() instead |
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 |
Constructor and Description |
---|
com.fasterxml.jackson.dataformat.xml.jaxb.XmlJaxbAnnotationIntrospector() |
Copyright © 2024 FasterXML. All rights reserved.