Package io.github.astrapi69.xml.api
Interface Objectable
-
- All Known Subinterfaces:
Transformable<T>
public interface Objectable
A 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> T
toObject(@NonNull java.lang.String xml)
Transforms the given xml string to an object of type T
-