Package openfoodfacts. github. scrachx. openfood. models. entities. category
Types
Link copied to clipboard
class CategoriesWrapper(categories: List<EntityResponse<Category>>) : EntityWrapper<Category>
Content copied to clipboard
Created by Lobster on 04.03.18.
Link copied to clipboard
class CategoriesWrapperDeserializer : StdDeserializer<CategoriesWrapper>
Content copied to clipboard
custom deserializer for CategoriesWrapper
Link copied to clipboard
Created by Lobster on 04.03.18.
Link copied to clipboard
Created by Lobster on 04.03.18.
Link copied to clipboard
class CategoryResponse( code: String, names: Map<String, String>, wikiDataCode: String? = null) : EntityResponse<Category>
Content copied to clipboard
Created by Lobster on 04.03.18.