public class InputMetadataResolutionTypeInformation extends AbstractMetadataResolutionTypeInformation
MetadataResolutionTypeInformation that describes Input Types from a ComponentAst| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE_IDENTIFIER |
| Constructor and Description |
|---|
InputMetadataResolutionTypeInformation(org.mule.runtime.ast.api.ComponentAst component,
String parameterName) |
InputMetadataResolutionTypeInformation(DslElementModel<?> component,
String parameterName) |
| Modifier and Type | Method and Description |
|---|---|
MetadataCacheId |
getComponentTypeMetadataCacheId() |
protected static Optional<org.mule.runtime.extension.api.property.ResolverInformation> |
getResolverInformation(org.mule.runtime.extension.api.property.TypeResolversInformationModelProperty typeResolversInformationModelProperty,
String parameterName) |
getResolverCategory, getResolverName, isDynamicTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshouldIncludeConfiguredMetadataKeyspublic static final String TYPE_IDENTIFIER
public InputMetadataResolutionTypeInformation(org.mule.runtime.ast.api.ComponentAst component,
String parameterName)
public InputMetadataResolutionTypeInformation(DslElementModel<?> component, String parameterName)
public MetadataCacheId getComponentTypeMetadataCacheId()
MetadataCacheId that describes the type. This only takes into account if the type is an input, output or
attribute type.Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.