Package io.didomi.sdk.config.sdk.mapper
Class ConfigVendorKt
-
- All Implemented Interfaces:
public final class ConfigVendorKt
-
-
Method Summary
Modifier and Type Method Description final static InternalVendortoVendor(ConfigVendor $self)Map ConfigVendor into InternalVendor final static List<InternalVendor>toVendor(Collection<ConfigVendor> $self)Map ConfigVendor collection into InternalVendor list -
-
Method Detail
-
toVendor
final static InternalVendor toVendor(ConfigVendor $self)
Map ConfigVendor into InternalVendor
-
toVendor
final static List<InternalVendor> toVendor(Collection<ConfigVendor> $self)
Map ConfigVendor collection into InternalVendor list
-
-
-
-