public class ParameterValueTypeAdapter
extends com.google.gson.TypeAdapter<org.mule.runtime.app.declaration.api.ParameterValue>
TypeAdapter for serializing instances of ParameterValue| Constructor and Description |
|---|
ParameterValueTypeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.app.declaration.api.ParameterValue |
read(com.google.gson.stream.JsonReader in) |
void |
write(com.google.gson.stream.JsonWriter jsonWriter,
org.mule.runtime.app.declaration.api.ParameterValue parameter) |
public void write(com.google.gson.stream.JsonWriter jsonWriter,
org.mule.runtime.app.declaration.api.ParameterValue parameter)
throws IOException
write in class com.google.gson.TypeAdapter<org.mule.runtime.app.declaration.api.ParameterValue>IOExceptionpublic org.mule.runtime.app.declaration.api.ParameterValue read(com.google.gson.stream.JsonReader in)
throws IOException
read in class com.google.gson.TypeAdapter<org.mule.runtime.app.declaration.api.ParameterValue>IOExceptionCopyright © 2019 MuleSoft, Inc.. All rights reserved.