public class XmlSdkImplicitConfig
extends org.mule.runtime.ast.api.util.BaseComponentAst
| Modifier and Type | Field and Description |
|---|---|
static String |
IMPLICIT_CONFIG_NAME_SUFFIX |
| Constructor and Description |
|---|
XmlSdkImplicitConfig(org.mule.runtime.api.meta.model.ExtensionModel extensionModel) |
| Modifier and Type | Method and Description |
|---|---|
List<org.mule.runtime.ast.api.ComponentAst> |
directChildren() |
Map<String,Object> |
getAnnotations() |
Optional<String> |
getComponentId() |
org.mule.runtime.api.component.TypedComponentIdentifier.ComponentType |
getComponentType() |
org.mule.runtime.api.meta.model.ExtensionModel |
getExtensionModel() |
org.mule.runtime.ast.api.ComponentGenerationInformation |
getGenerationInformation() |
org.mule.runtime.api.component.ComponentIdentifier |
getIdentifier() |
org.mule.runtime.api.component.location.ComponentLocation |
getLocation() |
org.mule.runtime.ast.api.ComponentMetadataAst |
getMetadata() |
<M> Optional<M> |
getModel(Class<M> modelClass) |
Collection<org.mule.runtime.ast.api.ComponentParameterAst> |
getParameters() |
org.mule.metadata.api.model.MetadataType |
getType() |
public static final String IMPLICIT_CONFIG_NAME_SUFFIX
public XmlSdkImplicitConfig(org.mule.runtime.api.meta.model.ExtensionModel extensionModel)
public org.mule.runtime.api.component.ComponentIdentifier getIdentifier()
public org.mule.runtime.api.component.TypedComponentIdentifier.ComponentType getComponentType()
public org.mule.runtime.api.component.location.ComponentLocation getLocation()
public org.mule.runtime.ast.api.ComponentMetadataAst getMetadata()
public org.mule.runtime.ast.api.ComponentGenerationInformation getGenerationInformation()
public org.mule.runtime.api.meta.model.ExtensionModel getExtensionModel()
public org.mule.metadata.api.model.MetadataType getType()
public Collection<org.mule.runtime.ast.api.ComponentParameterAst> getParameters()
public List<org.mule.runtime.ast.api.ComponentAst> directChildren()
Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.