| Package | Description |
|---|---|
| org.mule.runtime.ast.api.serialization | |
| org.mule.runtime.ast.internal.serialization | |
| org.mule.runtime.ast.internal.serialization.json |
| Modifier and Type | Method and Description |
|---|---|
ArtifactAstDeserializer |
ArtifactAstSerializerProvider.getDeserializer()
This method returns an
ArtifactAstDeserializer able to handle all formats known by the
ArtifactAstSerializerFactory. |
ArtifactAstDeserializer |
ArtifactAstSerializerProvider.getDeserializer(boolean populateGenerationInformation)
This method returns an
ArtifactAstDeserializer able to handle all formats known by the
ArtifactAstSerializerFactory. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InternalArtifactAstDeserializer
Defines a component capable of serializing
ArtifactAsts into/from an InputStream. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultArtifactAstDeserializer
Default implementation of an ArtifactAstDeserializer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JsonArtifactAstDeserializer
Json implementation of an
InternalArtifactAstDeserializer. |
Copyright © 2022 MuleSoft, Inc.. All rights reserved.