public class CollectionDataTypeXStreamConverter extends Object implements com.thoughtworks.xstream.converters.Converter
DefaultCollectionDataType.| Constructor and Description |
|---|
CollectionDataTypeXStreamConverter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConvert(Class type) |
protected org.mule.runtime.api.metadata.CollectionDataType |
createDataType(Class<? extends Collection> type,
String mimeType,
Class<?> itemType,
String itemMediaType) |
void |
marshal(Object source,
com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
com.thoughtworks.xstream.converters.MarshallingContext context) |
Object |
unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
com.thoughtworks.xstream.converters.UnmarshallingContext context) |
public boolean canConvert(Class type)
canConvert in interface com.thoughtworks.xstream.converters.ConverterMatcherpublic void marshal(Object source, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context)
marshal in interface com.thoughtworks.xstream.converters.Converterpublic Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
unmarshal in interface com.thoughtworks.xstream.converters.Converterprotected org.mule.runtime.api.metadata.CollectionDataType createDataType(Class<? extends Collection> type, String mimeType, Class<?> itemType, String itemMediaType)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.