| Package | Description |
|---|---|
| org.granite.messaging.amf.io.convert |
| Modifier and Type | Method and Description |
|---|---|
Object |
Converters.convert(Object value,
Type targetType)
Converts the supplied object to the supplied target type.
|
Converter |
Converters.getConverter(Object value,
Type targetType,
boolean throwNotFoundException)
Returns a suitable converter for supplied parameters or either returns null if no converter
can be found or throws a
NoConverterFoundException. |