Uses of Class
org.mule.runtime.ast.internal.serialization.ArtifactAstSerializerMetadata
Packages that use ArtifactAstSerializerMetadata
Package
Description
-
Uses of ArtifactAstSerializerMetadata in org.mule.runtime.ast.internal.serialization
Methods in org.mule.runtime.ast.internal.serialization that return ArtifactAstSerializerMetadataModifier and TypeMethodDescriptionArtifactAstSerializerMetadataSerializer.readArtifactAstSerializerMetadataFromInputStream(InputStream inputStream) This method reads the metadata from anInputStreamby reading the first line which should be a header string in a serializedArtifactAst).Methods in org.mule.runtime.ast.internal.serialization with parameters of type ArtifactAstSerializerMetadataModifier and TypeMethodDescriptionArtifactAstSerializerMetadataSerializer.addArtifactAstSerializerMetadataToInputStream(InputStream inputStream, ArtifactAstSerializerMetadata artifactAstSerializerMetadata) This method serializes theArtifactAstSerializerMetadatainto a header string and adds it as a first line to the provided serializedArtifactAstwhich should be anInputStream -
Uses of ArtifactAstSerializerMetadata in org.mule.runtime.ast.internal.serialization.dto
Methods in org.mule.runtime.ast.internal.serialization.dto with parameters of type ArtifactAstSerializerMetadataModifier and TypeMethodDescriptionvoidArtifactAstSerializerMetadataAware.setArtifactAstSerializerMetadata(ArtifactAstSerializerMetadata artifactAstSerializerMetadata) Sets the givenArtifactAstSerializerMetadatato this instance.voidComponentParameterAstDTO.setArtifactAstSerializerMetadata(ArtifactAstSerializerMetadata artifactAstSerializerMetadata) -
Uses of ArtifactAstSerializerMetadata in org.mule.runtime.ast.internal.serialization.dto.factory
Methods in org.mule.runtime.ast.internal.serialization.dto.factory that return ArtifactAstSerializerMetadataConstructors in org.mule.runtime.ast.internal.serialization.dto.factory with parameters of type ArtifactAstSerializerMetadataModifierConstructorDescriptionprotectedAbstractDTOFactory(ArtifactAstSerializerMetadata serializerMetadata) AstDTOFactoryProvider(ArtifactAstSerializerMetadata serializerMetadata)