-
public interface XmlFileToGenericObjectIf a class implements the interfaceXmlFileToGenericObjectcan 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.io.File xmlFile)Transforms the given xmlFileobject to an object of the given class type
-