public interface IConvertable
convertTo(Class)
will actually return anything other than this or null.Modifier and Type | Method and Description |
---|---|
default <T> T |
convertTo(java.lang.Class<T> clazz)
Attempts to convert this object to the given class.
|