Package io.github.astrapi69.xml.api
Interface Objectable
-
- All Known Subinterfaces:
Transformable<T>
public interface ObjectableA class that implements this interface can transform an xml string or file to an object
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> TtoObject(@NonNull java.lang.String xml)Transforms the given xml string to an object of type T
-