| Package | Description |
|---|---|
| org.mule.runtime.dsl.api.component |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AnnotatedObjectFactory<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
AnnotatedObjects. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAnnotatedObjectFactory<T>
Basic implementation of
AnnotatedObjectFactory 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 © 2003–2017 MuleSoft, Inc.. All rights reserved.