public class ArtifactAstSerializerMetadata extends Object
| Constructor and Description |
|---|
ArtifactAstSerializerMetadata(String serializerId,
String serializerVersion,
Charset charset)
This class represents the information related to the serialization such as format and serializer version
|
| Modifier and Type | Method and Description |
|---|---|
Charset |
getCharset()
The charset the input stream is encoded in
|
String |
getSerializerId()
The serializer id is the format of the serialization
|
String |
getSerializerVersion()
The serializer version represents the version of the implementation of a given serializer
|
public ArtifactAstSerializerMetadata(String serializerId, String serializerVersion, Charset charset)
serializerId - the id or format of the serializerserializerVersion - the version of the implementation of the
ArtifactAstSerializer involvedcharset - the Charset used to encode the body when serializingpublic String getSerializerId()
public String getSerializerVersion()
public Charset getCharset()
Copyright © 2022 MuleSoft, Inc.. All rights reserved.