All Classes and Interfaces

Class
Description
The interface JacksonXmlFileToObject extends the interface XmlFileToObject and will provide algorithms for transform a xml file to an object
If a class implements the interface JacksonXmlToObject extends the interface XmlFileToObject and will provide algorithms for transform a xml string to an object
The factory class JavaTypeFactory for creating JavaType objects for serializing java collection beans to xml string and deserialize xml string to java collection beans
The class JsonToXmlExtensions helps to transform a given json string to an xml string.
The factory class ObjectMapperFactory for creating ObjectMapper objects
The class ObjectToXmlConverter provides methods for convert java objects to xml string objects
The class ObjectToXmlExtensions provides methods for convert java objects to xml string objects
The class ObjectToXmlFileConverter provides a single method for convert an object to a xml file
The class XmlFileToObjectConverter can convert a given xml file to an object
The class XmlFileToObjectExtensions provides methods for convert xml string objects to java objects
The 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 string
The class XmlToObjectConverter can convert a given xml string to an object
The class XmlToObjectExtensions provides methods for convert xml string objects to java objects