public class ComponentMetadataTypesDescriptorResultJsonSerializer extends Object
MetadataResult of a ComponentMetadataTypesDescriptor type into a readable and
processable JSON representation and from a JSON String to an MetadataResult instance| Constructor and Description |
|---|
ComponentMetadataTypesDescriptorResultJsonSerializer() |
ComponentMetadataTypesDescriptorResultJsonSerializer(boolean prettyPrint) |
ComponentMetadataTypesDescriptorResultJsonSerializer(boolean prettyPrint,
boolean reduced) |
| Modifier and Type | Method and Description |
|---|---|
MetadataResult<ComponentMetadataTypesDescriptor> |
deserialize(String metadataResult) |
String |
serialize(MetadataResult<ComponentMetadataTypesDescriptor> metadataResult) |
public ComponentMetadataTypesDescriptorResultJsonSerializer()
public ComponentMetadataTypesDescriptorResultJsonSerializer(boolean prettyPrint)
public ComponentMetadataTypesDescriptorResultJsonSerializer(boolean prettyPrint,
boolean reduced)
public String serialize(MetadataResult<ComponentMetadataTypesDescriptor> metadataResult)
public MetadataResult<ComponentMetadataTypesDescriptor> deserialize(String metadataResult)
Copyright © 2025 MuleSoft, Inc.. All rights reserved.