Package com.saperion.common.lang.conversion
-
Interface Summary Interface Description Converter<T1,T2> An interface to define a converter (usually for use in some kind of filtering method). -
Class Summary Class Description CollectionCastConverter<TargetElementType,SourceElementType extends TargetElementType,TargetCollectionType extends java.util.Collection<? extends TargetElementType>,SourceCollectionType extends java.util.Collection<? extends SourceElementType>> Converts from SourceCollectionType to TargetCollectionType by using a cast.ConcatenationConverter<SourceType,IntermediateType,TargetType> Concatenates twoConverters
to obtain anotherConverter
.Conversion Utility class for conversion.IdentityConverter<Type> A simple implementation ofConverter
that converts an instance to itself.ListElementConverter<T1,T2> Applies a given converter to the elements of a list.