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