|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.transformer.types.SimpleDataType<T>
org.mule.transformer.types.CollectionDataType<T>
org.mule.transformer.types.ListDataType<T>
public class ListDataType<T>
Defines a List collection type with item type information
Field Summary |
---|
Fields inherited from class org.mule.transformer.types.SimpleDataType |
---|
encoding, mimeType, type |
Fields inherited from interface org.mule.api.transformer.DataType |
---|
ANY_MIME_TYPE, BYTE_ARRAY_DATA_TYPE, STRING_DATA_TYPE |
Constructor Summary | |
---|---|
ListDataType()
|
|
ListDataType(java.lang.Class type)
|
|
ListDataType(java.lang.Class type,
java.lang.String mimeType)
|
Method Summary |
---|
Methods inherited from class org.mule.transformer.types.CollectionDataType |
---|
createFromMethodParam, createFromMethodParam, createFromMethodReturn, createFromMethodReturn, equals, getItemType, getType, hashCode, isCompatibleWith, isParamTypeACollection, isReturnTypeACollection, toString |
Methods inherited from class org.mule.transformer.types.SimpleDataType |
---|
cloneDataType, getEncoding, getMimeType, setEncoding, setMimeType |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ListDataType()
public ListDataType(java.lang.Class type, java.lang.String mimeType)
public ListDataType(java.lang.Class type)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |