Uses of Class
org.mule.transformer.types.CollectionDataType

Packages that use CollectionDataType
org.mule.transformer.types   
 

Uses of CollectionDataType in org.mule.transformer.types
 

Subclasses of CollectionDataType in org.mule.transformer.types
 class ListDataType<T>
          Defines a List collection type with item type information
 class SetDataType<T>
          Defines a Set collection type with item type information
 

Methods in org.mule.transformer.types that return CollectionDataType
static CollectionDataType CollectionDataType.createFromMethodParam(Method m, int paramIndex)
           
static CollectionDataType CollectionDataType.createFromMethodParam(Method m, int paramIndex, String mimeType)
           
static CollectionDataType CollectionDataType.createFromMethodReturn(Method m)
           
static CollectionDataType CollectionDataType.createFromMethodReturn(Method m, String mimeType)
           
 



Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.