public final class CommerceUtils
extends java.lang.Object
| Constructor and Description |
|---|
CommerceUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <S,T> SearchPageData<T> |
convertPageData(SearchPageData<S> source,
Converter<S,T> converter)
Converts a
SearchPageData of type <S> into one of type <T>
using the converter provided. |
public static <S,T> SearchPageData<T> convertPageData(SearchPageData<S> source, Converter<S,T> converter)
SearchPageData of type <S> into one of type <T>
using the converter provided.S - The source type.T - The target type.source - converter - SearchPageData.Copyright © 2018 SAP SE. All Rights Reserved.