Class TypeConverter.TwoStageConverter<F,I,T>

java.lang.Object
org.alfresco.service.cmr.repository.datatype.TypeConverter.TwoStageConverter<F,I,T>
Record Components:
F - From Type
I - Intermediate type
T - 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