| Package | Description |
|---|---|
| org.mule.runtime.dsl.api.component |
| Modifier and Type | Method and Description |
|---|---|
static TypeDefinition |
TypeDefinition.fromConfigurationAttribute(String configAttributeName) |
static TypeDefinition |
TypeDefinition.fromMapEntryType(Class<?> keyType,
Class<?> valueType) |
static TypeDefinition |
TypeDefinition.fromType(Class<?> type)
Defines the object type that will be created for the component.
|
TypeDefinition |
ComponentBuildingDefinition.getTypeDefinition() |
| Modifier and Type | Method and Description |
|---|---|
ComponentBuildingDefinition.Builder |
ComponentBuildingDefinition.Builder.withTypeDefinition(TypeDefinition typeDefinition)
Sets the
TypeDefinition to discover the object type. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.