public final class XmlMapperFactory
extends java.lang.Object
XmlMapperFactory for creating ObjectMapper objects for
serializing java beans to xml string and deserialize xml string to java beans.| Modifier and Type | Method and Description |
|---|---|
static com.fasterxml.jackson.databind.ObjectMapper |
newXmlMapper()
Factory method for create a new
ObjectMapper |
static com.fasterxml.jackson.databind.ObjectMapper |
newXmlMapper(com.fasterxml.jackson.dataformat.xml.JacksonXmlModule module)
Factory method for create a new
ObjectMapper. |
public static com.fasterxml.jackson.databind.ObjectMapper newXmlMapper()
ObjectMapperObjectMapperpublic static com.fasterxml.jackson.databind.ObjectMapper newXmlMapper(com.fasterxml.jackson.dataformat.xml.JacksonXmlModule module)
ObjectMapper.module - the moduleObjectMapper