Package openfoodfacts. github. scrachx. openfood. models. entities. analysistag
Types
Link copied to clipboard
Link copied to clipboard
Country code and translated name of an AnalysisTag
Link copied to clipboard
class AnalysisTagResponse( uniqueAnalysisTagID: String, namesMap: Map<String, String>, showIngredientsMap: Map<String, String>) : EntityResponse<AnalysisTag>
Content copied to clipboard
Intermediate class between AnalysisTagsWrapper and AnalysisTag
Link copied to clipboard
class AnalysisTagsWrapper(analysisTags: List<EntityResponse<AnalysisTag>>) : EntityWrapper<AnalysisTag>
Content copied to clipboard
JSON from URL https://ssl-api.openfoodfacts.org/data/taxonomies/ingredients_analysis.json
Link copied to clipboard
class AnalysisTagsWrapperDeserializer : StdDeserializer<AnalysisTagsWrapper>
Content copied to clipboard
Custom deserializer for AnalysisTagsWrapper