Uses of Interface
org.mule.runtime.ast.internal.serialization.InternalArtifactAstDeserializer
Packages that use InternalArtifactAstDeserializer
Package
Description
-
Uses of InternalArtifactAstDeserializer in org.mule.runtime.ast.internal.serialization
Methods in org.mule.runtime.ast.internal.serialization that return InternalArtifactAstDeserializerModifier and TypeMethodDescriptionArtifactAstSerializerFormat.createDeserializer(String version, boolean populateGenerationInformation) Creates a deserializer for this format.ArtifactAstSerializerFactory.getDeserializer(String formatId, String serializerVersion) This method creates a new instance o anArtifactAstDeserializermatching the format and serializerVersion parameters -
Uses of InternalArtifactAstDeserializer in org.mule.runtime.ast.internal.serialization.json
Classes in org.mule.runtime.ast.internal.serialization.json that implement InternalArtifactAstDeserializerModifier and TypeClassDescriptionclassJson implementation of anInternalArtifactAstDeserializer.