| Package | Description |
|---|---|
| org.mule.runtime.api.metadata |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataTypeBuilder
Provides a way to build immutable
DataType objects. |
static interface |
DataTypeBuilder.DataTypeCollectionTypeBuilder
Provides methods to set data associated to the items of a
Collection, when the type
is a Collection. |
static interface |
DataTypeBuilder.DataTypeFunctionTypeBuilder
Provides methods to set data associated to the resources of an
ExpressionFunction. |
static interface |
DataTypeBuilder.DataTypeMapTypeBuilder
|
| Modifier and Type | Method and Description |
|---|---|
DataTypeParamsBuilder |
DataTypeParamsBuilder.charset(Charset charset)
Sets the given encoding.
|
DataTypeParamsBuilder |
DataTypeParamsBuilder.charset(String charset)
Sets the given encoding.
|
DataTypeParamsBuilder |
DataTypeBuilder.fromObject(Object value)
Populates the builder from the given
value. |
DataTypeParamsBuilder |
DataTypeParamsBuilder.mediaType(MediaType mediaType)
Sets the given
mediaType. |
DataTypeParamsBuilder |
DataTypeParamsBuilder.mediaType(String mediaType)
Sets the given
mediaType string. |
DataTypeParamsBuilder |
DataTypeBuilder.type(Class<?> type)
Sets the given type for the
DataType to be built. |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.