public class DefaultCollectionDataType extends SimpleDataType implements org.mule.runtime.api.metadata.CollectionDataType
When checked for compatibility both the collection type and the generic item type will be compared.
mimeType, streamType, typeATOM_STRING, BOOLEAN, BYTE_ARRAY, CURSOR_ITERATOR_PROVIDER, CURSOR_STREAM_PROVIDER, HTML_STRING, INPUT_STREAM, ITERATOR, JSON_STRING, MULE_MESSAGE, MULE_MESSAGE_COLLECTION, NUMBER, OBJECT, RSS_STRING, STRING, TEXT_STRING, XML_STRING| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
org.mule.runtime.api.metadata.DataType |
getItemDataType() |
int |
hashCode() |
boolean |
isCompatibleWith(org.mule.runtime.api.metadata.DataType dataType) |
String |
toString() |
getMediaType, getType, isStreamTypepublic org.mule.runtime.api.metadata.DataType getItemDataType()
getItemDataType in interface org.mule.runtime.api.metadata.CollectionDataTypepublic boolean isCompatibleWith(org.mule.runtime.api.metadata.DataType dataType)
isCompatibleWith in interface org.mule.runtime.api.metadata.DataTypeisCompatibleWith in class SimpleDataTypepublic boolean equals(Object o)
equals in class SimpleDataTypepublic int hashCode()
hashCode in class SimpleDataTypepublic String toString()
toString in class SimpleDataTypeCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.