All Classes and Interfaces
Class
Description
The interface
JacksonXmlFileToObject
extends the interface XmlFileToObject
and
will provide algorithms for transform a xml file to an objectIf a class implements the interface
JacksonXmlToObject
extends the interface
XmlFileToObject
and will provide algorithms for transform a xml string to an objectThe factory class
JavaTypeFactory
for creating JavaType
objects for serializing
java collection beans to xml string and deserialize xml string to java collection beansThe class
JsonToXmlExtensions
helps to transform a given json string to an xml string.The factory class
ObjectMapperFactory
for creating ObjectMapper
objectsThe class
ObjectToXmlConverter
provides methods for convert java objects to xml string
objectsThe class
ObjectToXmlExtensions
provides methods for convert java objects to xml string
objectsThe class
ObjectToXmlFileConverter
provides a single method for convert an object to a
xml fileThe class
XmlFileToObjectConverter
can convert a given xml file to an objectThe class
XmlFileToObjectExtensions
provides methods for convert xml string objects to
java objectsThe factory class
XmlMapperFactory
for creating XmlMapper
objects for serializing
java beans to xml string and deserialize xml string to java beans.The class
XmlToJsonExtensions
provides methods for convert xml string objects to json
stringThe class
XmlToObjectConverter
can convert a given xml string to an objectThe class
XmlToObjectExtensions
provides methods for convert xml string objects to java
objects