public class CustomStaticMetadataOperations extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CSV_VALUE |
static String |
JSON_ARRAY_VALUE |
static String |
JSON_VALUE |
static String |
XML_VALUE |
| Constructor and Description |
|---|
CustomStaticMetadataOperations() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<Integer,InputStream> |
customAttributesOutput() |
Object |
customInputAndOutput(InputStream type) |
String |
customTypeInput(InputStream type) |
Object |
customTypeOutput() |
org.mule.runtime.extension.api.runtime.operation.Result<InputStream,Banana> |
customTypeOutputWithStaticAttributes() |
org.mule.runtime.extension.api.runtime.operation.Result<Integer,InputStream> |
jsonAttributes() |
int |
jsonInputMap(Map<String,Object> json) |
String |
jsonInputStream(InputStream json) |
InputStream |
jsonOutput() |
InputStream |
jsonOutputArray() |
org.mule.runtime.extension.api.runtime.operation.Result<Integer,InputStream> |
xmlAttributes() |
String |
xmlInput(InputStream xml) |
InputStream |
xmlOutput() |
public static final String CSV_VALUE
public static final String XML_VALUE
public static final String JSON_VALUE
public static final String JSON_ARRAY_VALUE
public InputStream xmlOutput()
public String xmlInput(InputStream xml)
public InputStream jsonOutput()
public InputStream jsonOutputArray()
@MediaType(value="application/json") public String jsonInputStream(InputStream json)
public org.mule.runtime.extension.api.runtime.operation.Result<InputStream,Banana> customTypeOutputWithStaticAttributes()
@OutputResolver(output=CsvInputStaticTypeResolver.class) public Object customTypeOutput()
@MediaType(value="application/json") public String customTypeInput(@TypeResolver(value=JsonInputStaticTypeResolver.class) InputStream type)
public org.mule.runtime.extension.api.runtime.operation.Result<Integer,InputStream> xmlAttributes()
@OutputResolver(output=CsvInputStaticTypeResolver.class, attributes=JsonStaticAttributesTypeResolver.class) public org.mule.runtime.extension.api.runtime.operation.Result<Integer,InputStream> customAttributesOutput()
public org.mule.runtime.extension.api.runtime.operation.Result<Integer,InputStream> jsonAttributes()
@OutputResolver(output=JavaOutputStaticTypeResolver.class) public Object customInputAndOutput(@TypeResolver(value=JsonInputStaticTypeResolver.class) InputStream type)
Copyright © 2003–2019 MuleSoft, Inc.. All rights reserved.