S
- source typeT
- target type@FunctionalInterface
public interface FragileTypeConverter<T,S>
Modifier and Type | Method and Description |
---|---|
T |
convert(S object)
Convert an object to another type.
|
T convert(S object) throws TypeConverterException
object
- object to convertTypeConverterException
- if an exception was thrown during conversion