Interface ArtifactAstSerializerMetadataAware
- All Known Implementing Classes:
ComponentParameterAstDTO
public interface ArtifactAstSerializerMetadataAware
Marker interface for DTOs that need to be aware of the
ArtifactAstSerializerMetadata.- Since:
- 1.3, 1.2, 1.1.4
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetArtifactAstSerializerMetadata(ArtifactAstSerializerMetadata artifactAstSerializerMetadata) Sets the givenArtifactAstSerializerMetadatato this instance.
-
Method Details
-
setArtifactAstSerializerMetadata
Sets the givenArtifactAstSerializerMetadatato this instance.- Parameters:
artifactAstSerializerMetadata- TheArtifactAstSerializerMetadataassociated with this DTO's serialization/deserialization context.
-