| Package | Description |
|---|---|
| org.mule.runtime.dsl.api.component |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ComponentFactory<T>
Interface that must be implemented by those classes that are meant to be used as a factory to create complex domain objects
which in turn are
Components. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractComponentFactory<T>
Basic implementation of
ComponentFactory that handles all annotation related behavior including
getObject(). |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ObjectFactory<T>> |
ComponentBuildingDefinition.getObjectFactoryType() |
| Modifier and Type | Method and Description |
|---|---|
ComponentBuildingDefinition.Builder<T> |
ComponentBuildingDefinition.Builder.withObjectFactoryType(Class<? extends ObjectFactory<T>> objectFactoryType)
Defines a factory class to be used for creating the object.
|
Copyright © 2018 MuleSoft, Inc.. All rights reserved.