Class PropertyDescription.UsageOptionsEnum.Adapter
java.lang.Object
com.google.gson.TypeAdapter<PropertyDescription.UsageOptionsEnum>
com.vmware.vra.jenkinsplugin.model.iaas.PropertyDescription.UsageOptionsEnum.Adapter
- Enclosing class:
- PropertyDescription.UsageOptionsEnum
public static class PropertyDescription.UsageOptionsEnum.Adapter extends com.google.gson.TypeAdapter<PropertyDescription.UsageOptionsEnum>
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
Modifier and Type Method Description PropertyDescription.UsageOptionsEnum
read(com.google.gson.stream.JsonReader jsonReader)
void
write(com.google.gson.stream.JsonWriter jsonWriter, PropertyDescription.UsageOptionsEnum enumeration)
-
Constructor Details
-
Adapter
public Adapter()
-
-
Method Details
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, PropertyDescription.UsageOptionsEnum enumeration) throws IOException- Specified by:
write
in classcom.google.gson.TypeAdapter<PropertyDescription.UsageOptionsEnum>
- Throws:
IOException
-
read
public PropertyDescription.UsageOptionsEnum read(com.google.gson.stream.JsonReader jsonReader) throws IOException- Specified by:
read
in classcom.google.gson.TypeAdapter<PropertyDescription.UsageOptionsEnum>
- Throws:
IOException
-