@Exported public interface Converter<SOURCE_TYPE,TARGET_TYPE>
| Modifier and Type | Method and Description |
|---|---|
TARGET_TYPE |
convert(SOURCE_TYPE source)
Convert the source of type SOURCE_TYPE to target type TARGET_TYPE.
|
TARGET_TYPE convert(SOURCE_TYPE source)
source - the source object to convert, which must be an instance of SCopyright © 2013 JBoss by Red Hat. All Rights Reserved.