public class OAuthGrantTypeTypeAdapter extends com.google.gson.TypeAdapter<OAuthGrantType>
TypeAdapter for the OAuthGrantType hierarchy| Constructor and Description |
|---|
OAuthGrantTypeTypeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
OAuthGrantType |
read(com.google.gson.stream.JsonReader in) |
void |
write(com.google.gson.stream.JsonWriter out,
OAuthGrantType value) |
public void write(com.google.gson.stream.JsonWriter out,
OAuthGrantType value)
throws IOException
write in class com.google.gson.TypeAdapter<OAuthGrantType>IOExceptionpublic OAuthGrantType read(com.google.gson.stream.JsonReader in) throws IOException
read in class com.google.gson.TypeAdapter<OAuthGrantType>IOExceptionCopyright © 2022 MuleSoft, Inc.. All rights reserved.