Package com.norconex.commons.lang.bean.jackson
package com.norconex.commons.lang.bean.jackson
-
ClassDescriptionVersion of
XmlFactorythat configures aXmlPrettyPrinterto write "empty" objects with a closing tag instead of self-closing.This annotation must be used with theJsonXmlCollectionModule.JsonXmlCollectionDeserializer<T extends Collection<?>>XML collection deserializer.Jackson module providing (de)serializers for Collections, so they can be written and read as JSON, Yaml, and XML without special hacks.JsonXmlCollectionSerializer<T extends Collection<?>>XML collection serializer.This annotation must be used with theJsonXmlMapModule.Deserializes a list of "entry" elements each having a "key" and "value" child elements into a Map.Jackson module providing (de)serializers for Map, so they can be written and read as XML without special hacks.Serializes Map as a list of "entry" elements each having a "key" and "value" child elements.XML deserializer forProperties.Jackson module providing (de)serializers forProperties, so they can be written and read as XML without special hacks.