Package openfoodfacts. github. scrachx. openfood. models. entities. label
Types
Link copied to clipboard
Created by Lobster on 03.03.18.
Link copied to clipboard
class LabelResponse( code: String, names: Map<String, String>, wikiDataCode: String? = null) : EntityResponse<Label>
Content copied to clipboard
Created by Lobster on 03.03.18.
Link copied to clipboard
class LabelsWrapper(labels: List<EntityResponse<Label>>) : EntityWrapper<Label>
Content copied to clipboard
Created by Lobster on 03.03.18.
Link copied to clipboard
Custom deserializer for LabelsWrapper