Class TypeConverter.TwoStageConverter<F,I,T>
java.lang.Object
org.alfresco.service.cmr.repository.datatype.TypeConverter.TwoStageConverter<F,I,T>
- Record Components:
F
- From TypeI
- Intermediate typeT
- To Type
- All Implemented Interfaces:
TypeConverter.Converter<F,
T>
- Enclosing class:
- TypeConverter
@AlfrescoPublicApi
public static class TypeConverter.TwoStageConverter<F,I,T>
extends Object
implements TypeConverter.Converter<F,T>
Support for chaining conversions
- Author:
- andyh
-
Method Summary
-
Method Details
-
convert
- Specified by:
convert
in interfaceTypeConverter.Converter<F,
I>
-