public class EatAppleOperation extends Object
| Constructor and Description |
|---|
EatAppleOperation() |
| Modifier and Type | Method and Description |
|---|---|
Object |
eatApple(Apple apple,
AppleConfig config,
String key) |
List<String> |
getAllApples(Map<String,Apple> apples) |
@OutputResolver(output=AppleTypesResolver.class) @MediaType(value="*/*", strict=false) public Object eatApple(@Connection Apple apple, @Config AppleConfig config, @MetadataKeyId @Optional String key)
Copyright © 2003–2021 MuleSoft, Inc.. All rights reserved.