public class ImportedTypesModelTypeAdapter extends com.google.gson.TypeAdapter<org.mule.runtime.api.meta.model.ImportedTypeModel>
TypeAdapter implementation which serializes ImportedTypeModel instances| Constructor and Description |
|---|
ImportedTypesModelTypeAdapter()
Creates a new instance which doesn't handle type references.
|
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.meta.model.ImportedTypeModel |
read(com.google.gson.stream.JsonReader in) |
void |
write(com.google.gson.stream.JsonWriter out,
org.mule.runtime.api.meta.model.ImportedTypeModel value) |
public ImportedTypesModelTypeAdapter()
public void write(com.google.gson.stream.JsonWriter out,
org.mule.runtime.api.meta.model.ImportedTypeModel value)
throws IOException
write in class com.google.gson.TypeAdapter<org.mule.runtime.api.meta.model.ImportedTypeModel>IOExceptionpublic org.mule.runtime.api.meta.model.ImportedTypeModel read(com.google.gson.stream.JsonReader in) throws IOException
read in class com.google.gson.TypeAdapter<org.mule.runtime.api.meta.model.ImportedTypeModel>IOExceptionCopyright © 2019 MuleSoft, Inc.. All rights reserved.