-
Classes Class Description com.fasterxml.jackson.dataformat.xml.jaxb.XmlJaxbAnnotationIntrospector Since 2.12 (as per above notes)
-
Methods Method Description com.fasterxml.jackson.dataformat.xml.deser.FromXmlParser.addVirtualWrapping(Set<String>) com.fasterxml.jackson.dataformat.xml.util.StaxUtil.throwXmlAsIOException(XMLStreamException) Since 2.9com.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.setDefaultUseWrapper(boolean) Since 2.10 useXmlMapper.Builder.defaultUseWrapper(boolean)
insteadcom.fasterxml.jackson.dataformat.xml.XmlMapper.setXMLTextElementName(String) Since 2.10 useXmlMapper.Builder.nameForTextElement(String)
instead
-
Constructors Constructor Description com.fasterxml.jackson.dataformat.xml.jaxb.XmlJaxbAnnotationIntrospector()