Class CollectionCastConverter<TargetElementType,​SourceElementType extends TargetElementType,​TargetCollectionType extends java.util.Collection<? extends TargetElementType>,​SourceCollectionType extends java.util.Collection<? extends SourceElementType>>

  • All Implemented Interfaces:
    Converter<SourceCollectionType,​TargetCollectionType>

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