Top "Fasterxml" questions

FasterXML is an open source XML and JSON parsing for the Java platform

Fasterxml Jackson automatically converts non-boolean value to a boolean value

I have a pojo class where one of the flag isControl which is of type Boolean. When this property gets …

java json serialization jackson fasterxml
com.fasterxml.jackson.databind.JsonMappingException: Jackson version is too old 2.5.3

My OS is OS X 10.11.6. I'm running Spark 2.0, Zeppelin 0.6, Scala 2.11 When I run this code in Zeppelin I get an …

apache-spark maven-2 spark-streaming apache-zeppelin fasterxml
JAVA - Parsing an XML file into Map using FasterXml.Jackson

I have the following XML file: <?xml version="1.0" encoding="UTF-8"?> <Site xmlns="bla" xmlns:xsi="http://www.…

java xml jackson fasterxml
Serialization for Java Calendar

How do I create a custom serialization for java Calendar to json by extending json serializer<Calendar>? I …

java json jakarta-ee fasterxml
Is there an valid proguard rule for RxJava and FasterXML?

Now the only problem stopping me from using kotlin in production is that I can't find a correct proguard file …

android proguard rx-java kotlin fasterxml
Map an array of JSON objects to a java.util.Map and vice versa

The question is how to map an array of JSON objects to a java.util.Map where each key would …

java json fasterxml
Convert String to Integer using FasterXML Jackson

I'm consuming two JSONs. The first one has the ID as a String. "details": { "id": "316.0" } The other one has the …

java json jackson fasterxml
jackson serialize csv property order

we have a table with 350+ columns. pojo class is generated and getters order get messed up. trying to use csvmapper …

java csv serialization jackson fasterxml
Jackson ObjectMapper & JsonGenerator - is it thread-safe?

I currently have a project which uses jackson faster xml to serialize/deserialize POJOs to Json using custom serializers and …

java json fasterxml
Deserializing XML with list using Jackson

I have the following XML that I'd like to deserialize to Java POJO. <testdata> <foo> <…

java jackson fasterxml