public class DefaultMapDataType extends SimpleDataType implements org.mule.runtime.api.metadata.MapDataType
MapDataType.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 |
getKeyDataType() |
org.mule.runtime.api.metadata.DataType |
getValueDataType() |
int |
hashCode() |
boolean |
isCompatibleWith(org.mule.runtime.api.metadata.DataType dataType) |
String |
toString() |
getMediaType, getType, isStreamTypepublic boolean isCompatibleWith(org.mule.runtime.api.metadata.DataType dataType)
isCompatibleWith in interface org.mule.runtime.api.metadata.DataTypeisCompatibleWith in class SimpleDataTypepublic org.mule.runtime.api.metadata.DataType getKeyDataType()
getKeyDataType in interface org.mule.runtime.api.metadata.MapDataTypepublic org.mule.runtime.api.metadata.DataType getValueDataType()
getValueDataType in interface org.mule.runtime.api.metadata.MapDataTypepublic 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.