| 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 Collections. |
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)
|
Copyright © 2016 MuleSoft, Inc.. All rights reserved.