Interface TypeConverter.Converter<F,T>
-
- All Known Implementing Classes:
TypeConverter.DynamicTwoStageConverter
,TypeConverter.TwoStageConverter
- Enclosing class:
- TypeConverter
@AlfrescoPublicApi public static interface TypeConverter.Converter<F,T>
Conversion interface- Author:
- andyh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
convert(F source)
-