java.lang.Object
org.mule.runtime.ast.internal.serialization.dto.ComponentParameterAstDTO
All Implemented Interfaces:
ComponentParameterAst, ExpressionAwareParameter, ArtifactAstSerializerMetadataAware

public class ComponentParameterAstDTO extends Object implements ComponentParameterAst, ExpressionAwareParameter, ArtifactAstSerializerMetadataAware
This is a serializable form of a ComponentParameterAst. A notable difference is that the values are stored as a ParameterValueContainer in order to prevent type inference problems when serializing.