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