jackson-dataformat-xml icon indicating copy to clipboard operation
jackson-dataformat-xml copied to clipboard

Extension for Jackson JSON processor that adds support for serializing POJOs as XML (and deserializing from XML) as an alternative to JSON

Results 131 jackson-dataformat-xml issues
Sort by recently updated
recently updated
newest added

Let's have a following XML: ``` value text ... ``` Support use-case of extracting contents of the whole DOM structure. can be any proper XML, text or CDATA block of...

most-wanted

Hey, I have two subclasses like the following: ``` public abstract class Foo{} public class Foo1 extends Foo {} public class Foo2 extends Foo {} ``` And I want to...

2.13

Attributes from the http://www.w3.org/2001/XMLSchema-instance namespace are meant to be consumed by the XML parser. XML containing schema references is currently unparsable by Jackson: ``` class Test { public static void...

Do you have a plan to make @JacksonXmlElementWrapper specifiable as a parameter? I'm wondering to use Jackson-dataformat-XML to deserialize to a immutable class instance, but @JacksonXmlElementWrapper is not available as...

has-failing-test
pr-needed

Hello, I can not parse Map to valid XML String if Map contains a key with white space. I am using `jackson-dataformat-xml version: 2.5.3` Here is sample code to reproduce...

I have originally created this issue in jackson-databind ( https://github.com/FasterXML/jackson-databind/issues/2073 ) ... but realised only now that I should have created the issue here. **Versions** Version Used: 2.9.5 Woodstox Core...

has-failing-test

(as reported by Paweł Kowol on Jackson users list) --- If a List (or other Collection) is value of a non-Collection property, like so: ```java public class Bean { public...

has-failing-test

Look at the last line of this class. Incorrect using @XmlAttribute for a bean serialization breaks a serialization of other properties. I excepted to see an error or bean value...

has-failing-test

(from Jackson user forum by Rich M) Hi all. I am using jackson 1.7.1 and xml-databind 0.5.3, and ran into a minor issue. I have an attribute of type Object,...

has-failing-test

I am trying to generate a XML payload for an API that uses a XML based query language. I have something similar to the following code: ```java public class JacksonTest...

jaxb-type-id