public class GenericArrayConverter<SourceType,TargetType> extends Object implements com.saperion.common.lang.conversion.Converter<SourceType[],TargetType[]>
Converter
that converts an array of arbitrary objects to a typed array
for a given type and a given ConversionManager
.Constructor and Description |
---|
GenericArrayConverter(com.saperion.common.lang.conversion.array.factory.ArrayFactory<TargetType> factory,
ConversionManager conversionManager,
Class<TargetType> targetElementType) |
Modifier and Type | Method and Description |
---|---|
TargetType[] |
convert(SourceType[] list) |
public GenericArrayConverter(com.saperion.common.lang.conversion.array.factory.ArrayFactory<TargetType> factory, ConversionManager conversionManager, Class<TargetType> targetElementType)
public TargetType[] convert(SourceType[] list)
convert
in interface com.saperion.common.lang.conversion.Converter<SourceType[],TargetType[]>
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.