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(java.lang.reflect.Method m, int paramIndex)
           
static CollectionDataType CollectionDataType.createFromMethodParam(java.lang.reflect.Method m, int paramIndex, java.lang.String mimeType)
           
static CollectionDataType CollectionDataType.createFromMethodReturn(java.lang.reflect.Method m)
           
static CollectionDataType CollectionDataType.createFromMethodReturn(java.lang.reflect.Method m, java.lang.String mimeType)
           
 



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