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

Types

Link copied to clipboard
class CategoriesWrapper(categories: List<EntityResponse<Category>>) : EntityWrapper<Category>

Created by Lobster on 04.03.18.

Link copied to clipboard
class CategoriesWrapperDeserializer : StdDeserializer<CategoriesWrapper>

custom deserializer for CategoriesWrapper

Link copied to clipboard
open class Category : TaxonomyEntity
Created by Lobster on 04.03.18.
Link copied to clipboard
open class CategoryName
Created by Lobster on 04.03.18.
Link copied to clipboard
class CategoryResponse(    code: String,     names: Map<String, String>,     wikiDataCode: String? = null) : EntityResponse<Category>

Created by Lobster on 04.03.18.