Package openfoodfacts.github.scrachx.openfood.models.entities.country

Types

Link copied to clipboard
class CountriesWrapper(responses: List<EntityResponse<Country>>) : EntityWrapper<Country>

Created by Lobster on 04.03.18.

Link copied to clipboard
class CountriesWrapperDeserializer : StdDeserializer<CountriesWrapper>

custom deserializer for CountriesWrapper

Link copied to clipboard
open class Country : TaxonomyEntity
Created by Lobster on 04.03.18.
Link copied to clipboard
open class CountryName
Created by Lobster on 04.03.18.
Link copied to clipboard
class CountryResponse(    tag: String,     names: Map<String, String>,     cc2: Map<String, String>,     cc3: Map<String, String>) : EntityResponse<Country>

Created by Lobster on 04.03.18.