-
public interface XmlToGenericObjectIf a class implements the interfaceXmlToGenericObjectcan transform a xml 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> TtoObject(@NonNull java.lang.String xmlString)Transforms the given xml string to an object of type T
-