Converters

class Converters

Functions

fromAmenity
Link copied to clipboard
fun fromAmenity(list: MutableList<Amenity>): String
fromDate
Link copied to clipboard
fun fromDate(date: Date): Long
fromFood
Link copied to clipboard
fun fromFood(list: MutableList<Food>): String
fromGeometry
Link copied to clipboard
fun fromGeometry(list: ArrayList<Geometry.CommandGeo>): String
fromLoyaltyProgram
Link copied to clipboard
fun fromLoyaltyProgram(list: MutableList<LoyaltyProgram>): String
fromOpeningHours
Link copied to clipboard
fun fromOpeningHours(list: List<OpeningHours>): String
fromPaymentMethods
Link copied to clipboard
fun fromPaymentMethods(list: MutableList<PaymentMethod>): String
fromPostalService
Link copied to clipboard
fun fromPostalService(list: MutableList<PostalService>): String
fromPriceList
Link copied to clipboard
fun fromPriceList(prices: List<Price>): String
fromService
Link copied to clipboard
fun fromService(list: MutableList<Service>): String
fromShopGood
Link copied to clipboard
fun fromShopGood(list: MutableList<ShopGood>): String
fromStringList
Link copied to clipboard
fun fromStringList(list: MutableList<String>): String
toAmenity
Link copied to clipboard
fun toAmenity(json: String): MutableList<Amenity>
toDate
Link copied to clipboard
fun toDate(timestamp: Long): Date
toFood
Link copied to clipboard
fun toFood(json: String): MutableList<Food>
toGeometry
Link copied to clipboard
fun toGeometry(geometryString: String): ArrayList<Geometry.CommandGeo>
toLoyaltyProgram
Link copied to clipboard
fun toLoyaltyProgram(json: String): MutableList<LoyaltyProgram>
toOpeningHours
Link copied to clipboard
fun toOpeningHours(json: String): List<OpeningHours>
toPaymentMethods
Link copied to clipboard
fun toPaymentMethods(json: String): MutableList<PaymentMethod>
toPostalService
Link copied to clipboard
fun toPostalService(json: String): MutableList<PostalService>
toPriceList
Link copied to clipboard
fun toPriceList(priceString: String): List<Price>
toService
Link copied to clipboard
fun toService(json: String): MutableList<Service>
toShopGood
Link copied to clipboard
fun toShopGood(json: String): MutableList<ShopGood>
toStringList
Link copied to clipboard
fun toStringList(json: String): MutableList<String>