-
public interface XmlToGenericObject
If a class implements the interfaceXmlToGenericObject
can transform a xml string or file to an object without giving explicitly the class type of the return type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> T
toObject(@NonNull java.lang.String xmlString)
Transforms the given xml string to an Object of type T
-