java.lang.Object
org.mule.runtime.ast.api.util.BaseArtifactAst
org.mule.runtime.ast.internal.serialization.dto.ArtifactAstDTO
All Implemented Interfaces:
ArtifactAst

public class ArtifactAstDTO extends BaseArtifactAst implements ArtifactAst
This class represent an ArtifactAst but in a serializable fashion. All the data that cannot be serialized can be added after deserialization using #enrich(ExtensionModelResolver, GenerationInformationResolver).