A I M N O T U X 
All Classes All Packages

A

addProperties(Marshaller, Map<String, Object>) - Static method in class io.github.astrapi69.jaxb.factory.MarshallerFactory
Add the given marshaller properties to the given Marshaller object

I

io.github.astrapi69.jaxb - package io.github.astrapi69.jaxb
 
io.github.astrapi69.jaxb.factory - package io.github.astrapi69.jaxb.factory
 

M

MarshallerFactory - Class in io.github.astrapi69.jaxb.factory
The factory class MarshallerFactory for creating Marshaller objects for serializing java beans to xml string
MarshallerFactory() - Constructor for class io.github.astrapi69.jaxb.factory.MarshallerFactory
 

N

newMarshaller(Class) - Static method in class io.github.astrapi69.jaxb.factory.MarshallerFactory
Factory method for create a new Marshaller object
newMarshaller(JAXBContext, Class) - Static method in class io.github.astrapi69.jaxb.factory.MarshallerFactory
Factory method for create a new Marshaller object
newMarshaller(JAXBContext, Class, Map<String, Object>) - Static method in class io.github.astrapi69.jaxb.factory.MarshallerFactory
Factory method for create a new Marshaller object
newMarshaller(T) - Static method in class io.github.astrapi69.jaxb.factory.MarshallerFactory
Factory method for create a new Marshaller object
newPrettyPrintMarshaller(T) - Static method in class io.github.astrapi69.jaxb.factory.MarshallerFactory
Factory method for create a new Marshaller object that can make a pretty print of the xml output
newUnmarshaller(Class) - Static method in class io.github.astrapi69.jaxb.factory.UnmarshallerFactory
Factory method for create a new Unmarshaller object
newUnmarshaller(JAXBContext) - Static method in class io.github.astrapi69.jaxb.factory.UnmarshallerFactory
Factory method for create a new Unmarshaller object
newUnmarshaller(JAXBContext, Class) - Static method in class io.github.astrapi69.jaxb.factory.UnmarshallerFactory
Factory method for create a new Unmarshaller object

O

ObjectToXmlConverter - Class in io.github.astrapi69.jaxb
The class ObjectToXmlConverter provides a single method for convert an object to a xml string
ObjectToXmlConverter() - Constructor for class io.github.astrapi69.jaxb.ObjectToXmlConverter
 
ObjectToXmlExtensions - Class in io.github.astrapi69.jaxb
The class ObjectToXmlExtensions provides methods for convert java objects to xml string objects
ObjectToXmlExtensions() - Constructor for class io.github.astrapi69.jaxb.ObjectToXmlExtensions
 

T

toObject(String, Class<T>) - Method in class io.github.astrapi69.jaxb.XmlToObjectConverter
toObject(String, Class<T>) - Static method in class io.github.astrapi69.jaxb.XmlToObjectExtensions
Creates from the given xml string a java object.
toXml(T) - Method in class io.github.astrapi69.jaxb.ObjectToXmlConverter
toXml(T) - Static method in class io.github.astrapi69.jaxb.ObjectToXmlExtensions
Converts the given object to a xml string
toXml(T, File) - Method in class io.github.astrapi69.jaxb.ObjectToXmlConverter
Converts the given object to a xml string
toXml(T, File) - Static method in class io.github.astrapi69.jaxb.ObjectToXmlExtensions
Converts the given object to a xml string and write it to the given file object

U

UnmarshallerFactory - Class in io.github.astrapi69.jaxb.factory
The factory class UnmarshallerFactory for creating Unmarshaller objects for serializing java beans to xml string
UnmarshallerFactory() - Constructor for class io.github.astrapi69.jaxb.factory.UnmarshallerFactory
 

X

XmlToObjectConverter - Class in io.github.astrapi69.jaxb
The class XmlToObjectConverter can convert a given xml string to an object
XmlToObjectConverter() - Constructor for class io.github.astrapi69.jaxb.XmlToObjectConverter
 
XmlToObjectExtensions - Class in io.github.astrapi69.jaxb
The class XmlToObjectExtensions provides methods for convert xml string objects to java objects
XmlToObjectExtensions() - Constructor for class io.github.astrapi69.jaxb.XmlToObjectExtensions
 
A I M N O T U X 
All Classes All Packages