-
- All Known Subinterfaces:
Transformable<T>
public interface ObjectableIf a class implements the interfaceObjectablehave to implement the method for transformation to the generic object type
-
-
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
-