Class CollectionCastConverter<TargetElementType,SourceElementType extends TargetElementType,TargetCollectionType extends Collection<? extends TargetElementType>,SourceCollectionType extends Collection<? extends SourceElementType>>

java.lang.Object
com.saperion.common.lang.conversion.CollectionCastConverter<TargetElementType,SourceElementType,TargetCollectionType,SourceCollectionType>
All Implemented Interfaces:
Converter<SourceCollectionType,TargetCollectionType>

public class CollectionCastConverter<TargetElementType,SourceElementType extends TargetElementType,TargetCollectionType extends Collection<? extends TargetElementType>,SourceCollectionType extends Collection<? extends SourceElementType>> extends Object implements Converter<SourceCollectionType,TargetCollectionType>
Converts from SourceCollectionType to TargetCollectionType by using a cast.
Author:
jschwarz