-
- All Known Subinterfaces:
Transformable<T>
public interface Objectable
If a class implements the interfaceObjectable
have 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> T
toObject(@NonNull java.lang.String xml)
Transforms the given xml string to an object of type T
-