public class MetadataKeyTypeAdapter extends com.google.gson.TypeAdapter<org.mule.runtime.api.metadata.MetadataKey>
| Constructor and Description |
|---|
MetadataKeyTypeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.metadata.MetadataKey |
read(com.google.gson.stream.JsonReader in) |
void |
write(com.google.gson.stream.JsonWriter out,
org.mule.runtime.api.metadata.MetadataKey value) |
public void write(com.google.gson.stream.JsonWriter out,
org.mule.runtime.api.metadata.MetadataKey value)
throws IOException
write in class com.google.gson.TypeAdapter<org.mule.runtime.api.metadata.MetadataKey>IOExceptionpublic org.mule.runtime.api.metadata.MetadataKey read(com.google.gson.stream.JsonReader in) throws IOException
read in class com.google.gson.TypeAdapter<org.mule.runtime.api.metadata.MetadataKey>IOExceptionCopyright © 2021 MuleSoft, Inc.. All rights reserved.