public abstract class AbstractB2BFlexibleSearchConverter<T> extends java.lang.Object implements Converter<SearchPageData,T>
| Constructor and Description |
|---|
AbstractB2BFlexibleSearchConverter() |
| Modifier and Type | Method and Description |
|---|---|
T |
convert(SearchPageData searchPageData)
Converts the source object, creating a new instance of the destination type
|
protected abstract T |
createDataObject()
Returns empty template instance for the conversion target
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvert, convertAll, convertAllIgnoreExceptions, getLoggerpublic T convert(SearchPageData searchPageData) throws ConversionException
Converterconvert in interface Converter<SearchPageData,T>searchPageData - the source objectConversionException - if an error occursprotected abstract T createDataObject()
Copyright © 2018 SAP SE. All Rights Reserved.