| Package | Description |
|---|---|
| org.mule.runtime.config.spring.dsl.model | |
| org.mule.runtime.config.spring.dsl.model.internal |
| Modifier and Type | Method and Description |
|---|---|
DslElementModel<M> |
DslElementModel.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
<T> Optional<DslElementModel<T>> |
DslElementModelFactory.create(ComponentConfiguration componentConfiguration)
Resolves the
DslElementModel for the given applicationElement,
providing an element with all the required information for representing this applicationElement
element in the DSL and binding it to its model component or MetadataType. |
<T> Optional<DslElementModel<T>> |
DslElementModelFactory.create(org.mule.runtime.api.app.declaration.ElementDeclaration elementDeclaration)
Resolves the
DslElementModel for the given ElementDeclaration,
providing an element with all the required information for representing this elementDeclaration
element in the DSL and binding it to its model component or MetadataType. |
<E> Optional<DslElementModel<E>> |
DslElementModel.findElement(ComponentIdentifier identifier)
Lookup method for finding a given
DslElementModel based on its
identifier from this element as root. |
<E> Optional<DslElementModel<E>> |
DslElementModel.findElement(String modelName)
Lookup method for finding a given
DslElementModel based on its
parameterName from this element as root. |
List<DslElementModel> |
DslElementModel.getContainedElements() |
| Modifier and Type | Method and Description |
|---|---|
Element |
XmlDslElementModelConverter.asXml(DslElementModel elementModel)
Converts the given
DslElementModel into its XML Element representation,
populating the given owner Document with all the information required
in order for the returned Element to be correctly parsed. |
Element |
DefaultXmlDslElementModelConverter.asXml(DslElementModel elementModel)
Converts the given
DslElementModel into its XML Element representation,
populating the given owner Document with all the information required
in order for the returned Element to be correctly parsed. |
DslElementModel.Builder<M> |
DslElementModel.Builder.containing(DslElementModel element) |
| Modifier and Type | Method and Description |
|---|---|
<T> Optional<DslElementModel<T>> |
DefaultDslElementModelFactory.create(ComponentConfiguration configuration)
Resolves the
DslElementModel for the given applicationElement,
providing an element with all the required information for representing this applicationElement
element in the DSL and binding it to its model component or MetadataType. |
<T> Optional<DslElementModel<T>> |
DefaultDslElementModelFactory.create(org.mule.runtime.api.app.declaration.ElementDeclaration componentDeclaration)
Resolves the
DslElementModel for the given ElementDeclaration,
providing an element with all the required information for representing this elementDeclaration
element in the DSL and binding it to its model component or MetadataType. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.