Uses of Record Class
com.alpermulayim.openfoodfacts_spring_boot_starter.dtos.IngredientsAnalysis
Packages that use IngredientsAnalysis
-
Uses of IngredientsAnalysis in com.alpermulayim.openfoodfacts_spring_boot_starter.dtos
Methods in com.alpermulayim.openfoodfacts_spring_boot_starter.dtos that return IngredientsAnalysisModifier and TypeMethodDescriptionIngredient.ingredientsAnalysis()
Returns the value of theingredientsAnalysis
record component.Constructors in com.alpermulayim.openfoodfacts_spring_boot_starter.dtos with parameters of type IngredientsAnalysisModifierConstructorDescriptionIngredient
(List<String> additivesTags, String allergens, String allergensLc, List<String> allergensHierarchy, List<String> allergensTags, List<Ingredient> ingredients, IngredientsAnalysis ingredientsAnalysis, List<String> ingredientsAnalysisTags, int ingredientsFromOrThatMayBeFromPalmOilN, int ingredientsFromPalmOilN, List<String> ingredientsFromPalmOilTags, List<String> ingredientsHierarchy, int ingredientsN, List<String> ingredientsNTags, List<String> ingredientsOriginalTags, int ingredientsPercentAnalysis, int ingredientsSweetenersN, int ingredientsNonNutritiveSweetenersN, List<String> ingredientsTags, String ingredientsLc, String ingredientsText, String ingredientsTextWithAllergens, int ingredientsThatMayBeFromPalmOilN, List<String> ingredientsThatMayBeFromPalmOilTags, int ingredientsWithSpecifiedPercentN, int ingredientsWithSpecifiedPercentSum, int ingredientsWithUnspecifiedPercentN, int ingredientsWithUnspecifiedPercentSum, int knownIngredientsN, String origins, List<String> originsHierarchy, String originsLc, List<String> originsTags, String traces, List<Object> tracesHierarchy, String tracesLc, List<Object> tracesTags, int unknownIngredientsN, Map<String, String> ingredientsTextByLanguage, Map<String, String> ingredientsTextWithAllergensByLanguage) Creates an instance of aIngredient
record class.