| Package | Description |
|---|---|
| org.mule.runtime.api.metadata |
| Modifier and Type | Method and Description |
|---|---|
DataTypeBuilder.DataTypeCollectionTypeBuilder |
DataTypeBuilder.asCollectionTypeBuilder()
Down-casts the builder to
DataTypeBuilder.DataTypeCollectionTypeBuilder, allowing the builder to be used in a fluent way
without having to cast it when dealing with Iterables. |
DataTypeBuilder.DataTypeCollectionTypeBuilder |
DataTypeBuilder.collectionType(Class<? extends Collection> collectionType)
Sets the given type for the
CollectionDataType to be built. |
DataTypeBuilder.DataTypeCollectionTypeBuilder |
DataTypeBuilder.DataTypeCollectionTypeBuilder.itemMediaType(MediaType itemMediaType)
|
DataTypeBuilder.DataTypeCollectionTypeBuilder |
DataTypeBuilder.DataTypeCollectionTypeBuilder.itemMediaType(String itemMediaType)
|
DataTypeBuilder.DataTypeCollectionTypeBuilder |
DataTypeBuilder.DataTypeCollectionTypeBuilder.itemType(Class<?> itemType)
|
DataTypeBuilder.DataTypeCollectionTypeBuilder |
DataTypeBuilder.streamType(Class<? extends Iterator> iteratorType)
Sets the given type for the
CollectionDataType to be built. |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.