Interface TypeConverter.Converter<F,T>

Record Components:
F - From type
T - To type
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

    Modifier and Type
    Method
    Description
    convert(F source)
     
  • Method Details

    • convert

      T convert(F source)