public class DeviceToDeviceConverter extends DeviceToDeviceConverter
| Constructor and Description |
|---|
DeviceToDeviceConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
enhance(net.media.openrtb3.Device source,
net.media.openrtb25.request.Device target,
Config config,
Provider converterProvider)
Performs modification on the object of type
V using the object of type U. |
mappublic void enhance(net.media.openrtb3.Device source,
net.media.openrtb25.request.Device target,
Config config,
Provider converterProvider)
throws OpenRtbConverterException
ConverterV using the object of type U.enhance in interface Converter<net.media.openrtb3.Device,net.media.openrtb25.request.Device>enhance in class DeviceToDeviceConvertersource - object whose fields will be used to perform modificationtarget - object that needs to be modifiedconfig - see ConfigconverterProvider - see ProviderOpenRtbConverterException - when modification operation failsCopyright © 2019. All rights reserved.