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