Package com.saperion.common.lang.conversion
package com.saperion.common.lang.conversion
-
ClassDescriptionCollectionCastConverter<TargetElementType,
SourceElementType extends TargetElementType, TargetCollectionType extends Collection<? extends TargetElementType>, SourceCollectionType extends Collection<? extends SourceElementType>> Converts from SourceCollectionType to TargetCollectionType by using a cast.ConcatenationConverter<SourceType,IntermediateType, TargetType> Concatenates twoConverters
to obtain anotherConverter
.Utility class for conversion.Converter<T1,T2> An interface to define a converter (usually for use in some kind of filtering method).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.