public class VeganFidelityOperation extends Object implements org.mule.runtime.api.lifecycle.Initialisable
| Constructor and Description |
|---|
VeganFidelityOperation() |
| Modifier and Type | Method and Description |
|---|---|
List<FarmedFood> |
consumingGroupedFood(GroupedFood groupedFood,
GroupedFood pojoGroupedFood) |
void |
initialise() |
String |
tryEat(Object food,
Map<String,Integer> menu) |
List<Map<String,String>> |
tryToEatThisListOfMaps(List<Map<String,String>> foods) |
public void initialise()
throws org.mule.runtime.api.lifecycle.InitialisationException
initialise in interface org.mule.runtime.api.lifecycle.Initialisableorg.mule.runtime.api.lifecycle.InitialisationException@MediaType(value="text/plain") public String tryEat(@ParameterDsl(allowReferences=false) Object food, @Optional @ParameterDsl(allowInlineDefinition=false) Map<String,Integer> menu)
public List<Map<String,String>> tryToEatThisListOfMaps(@Optional @NullSafe @Content List<Map<String,String>> foods)
@OutputResolver(output=FruitMetadataResolver.class) public List<FarmedFood> consumingGroupedFood(@ParameterGroup(name="As Group") GroupedFood groupedFood, @Optional @NullSafe GroupedFood pojoGroupedFood)
Copyright © 2022 MuleSoft, Inc.. All rights reserved.